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