buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Retrieve a pointer to the column offsets/pointers. More...

Collaboration diagram for mat_pointerp:
Collaboration graph

Private Member Functions

integer(ii_) function, dimension(:), pointer, contiguous get_col_offsetp_ (this)
 
integer(ii_) function, dimension(:), pointer, contiguous get_col_offsetp_ (this)
 

Detailed Description

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.

Member Function/Subroutine Documentation

integer(ii_) function, dimension(:), pointer, contiguous get_col_offsetp_ ( class(ism_csc), intent(in)  this)
private
Parameters
[in]thissparse matrix
Returns
a pointer to the column offsets for the sparse matrix (contiguous)

The documentation for this interface was generated from the following files: