abl
csr_mat Struct Reference

Public Attributes

uint rn
 
uint cn
 
uint * row_off
 
uint * col
 
double * a
 
uint n
 
uint * Arp
 
uint * Aj
 
double * A
 

Member Data Documentation

◆ a

double* csr_mat::a

◆ A

double* csr_mat::A

◆ Aj

uint * csr_mat::Aj

◆ Arp

uint * csr_mat::Arp

◆ cn

uint csr_mat::cn

◆ col

uint * csr_mat::col

◆ n

uint csr_mat::n

◆ rn

uint csr_mat::rn

◆ row_off

uint * csr_mat::row_off

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