HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
MKL_SPARSE_SPMM
Interface
1339 statements
Source File
mkl_spblas.f90
MKL_SPBLAS
MKL_SPARSE_SPMM
Contents
None
interface
public function MKL_SPARSE_SPMM(operation, A, B, C) bind(C, name='MKL_SPARSE_SPMM')
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=C_INT),
intent(in)
::
operation
type(
SPARSE_MATRIX_T
),
intent(in)
::
A
type(
SPARSE_MATRIX_T
),
intent(in)
::
B
type(
SPARSE_MATRIX_T
),
intent(inout)
::
C
Return Value
integer(kind=C_INT)