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