Cartesius Library
sparsematrix::sparse_matrix Type Reference

Public Attributes

integer nr
 
integer nc
 
integer nv
 
integer, dimension(:), allocatable start
 
integer, dimension(:), allocatable cols
 
real, dimension(:), allocatable vals
 

Member Data Documentation

◆ cols

integer, dimension(:), allocatable sparsematrix::sparse_matrix::cols

◆ nc

integer sparsematrix::sparse_matrix::nc

◆ nr

integer sparsematrix::sparse_matrix::nr

◆ nv

integer sparsematrix::sparse_matrix::nv

◆ start

integer, dimension(:), allocatable sparsematrix::sparse_matrix::start

◆ vals

real, dimension(:), allocatable sparsematrix::sparse_matrix::vals

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