csrmat_data_t Derived Type

type, public, bind(C) :: csrmat_data_t

Data type used to expose csrmat_t data to C/C++ Please see csrmat_t for descriptions of individual properties/members. Values are copied directly. Arrays are exposed with pointers.


Components

Type Visibility Attributes Name Initial
integer(kind=c_int32_t), public :: ndim
integer(kind=c_int32_t), public :: ncol
integer(kind=c_int32_t), public :: nnz
type(c_ptr), public :: i
type(c_ptr), public :: j
type(c_ptr), public :: val