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

Sparse matrix type in the CSR format. More...

Collaboration diagram for ism_csr_c:
Collaboration graph

Public Member Functions

procedure, public delete => delete_
 See interface delete More...
 
procedure, public nullify => nullify_
 See interface nullify More...
 
procedure, public initialize => initialize_
 See interface initialize More...
 
procedure, public is_initialized => is_initialized_
 See interface is_initialized More...
 
procedure, public is_initd => is_initialized_
 See interface is_initialized More...
 
procedure, public initialized => is_initialized_
 See interface is_initialized More...
 
procedure, public is_same => is_same_
 See interface is_same More...
 
procedure, public same => is_same_
 See interface is_same More...
 
procedure, public references => references_
 See interface references More...
 
procedure, public refs => references_
 See interface references More...
 
procedure, public print => print_
 See interface print More...
 
generic, public new => new_dim_, new_copy_
 See interface new More...
 
procedure, public nonzeros => nonzeros_
 See interface nonzeros More...
 
procedure, public rows => mat_rows_
 See interface mat_rows More...
 
procedure, public mat_rows => mat_rows_
 See interface mat_rows More...
 
procedure, public cols => mat_cols_
 See interface mat_cols More...
 
procedure, public mat_cols => mat_cols_
 See interface mat_cols More...
 
procedure, public fold => fold_
 See interface mat_fold More...
 
procedure, public mat_fold => fold_
 See interface mat_fold More...
 
procedure, public sort => sort_
 See interface mat_sort More...
 
procedure, public mat_sort => sort_
 See interface mat_sort More...
 
procedure, public pointerp => get_row_offsetp_
 See interface mat_pointerp More...
 
procedure, public mat_pointerp => get_row_offsetp_
 See interface mat_pointerp More...
 
procedure, public offsetp => get_row_offsetp_
 See interface mat_pointerp More...
 
procedure, public mat_offsetp => get_row_offsetp_
 See interface mat_pointerp More...
 
procedure, public columnp => get_columnp_
 See interface mat_columnp More...
 
procedure, public mat_columnp => get_columnp_
 See interface mat_columnp More...
 
procedure, public attach => attach_
 See interface attach More...
 

Private Member Functions

procedure, private new_dim_ => new_dim_
 
procedure, private new_copy_ => new_copy_
 

Detailed Description

Sparse matrix type in the CSR format.


The documentation for this type was generated from the following file: