buds
0.1
FORTRAN reference counted types
|
Retrieve a pointer to the column offsets/pointers. More...
Private Member Functions | |
integer(il_) function, dimension(:), pointer, contiguous | get_col_offsetp_ (this) |
integer(il_) function, dimension(:), pointer, contiguous | get_col_offsetp_ (this) |
Retrieve a pointer to the column offsets/pointers.
A pointer with the column offsets.
M(row(pointer(ic)),ic)
is the first sparse element in column ic
.
A pointer with the column offsets.
M(row(pointer(ic)+1),ic)
is the first sparse element in column ic
.
|
private |
[in] | this | sparse matrix |