matrixdef Struct Reference

#include <struct.h>

Public Attributes

int nrows
 
int nnzs
 
idxtyperowptr
 
idxtypecolind
 
float * values
 
float * transfer
 

Member Data Documentation

◆ colind

idxtype* matrixdef::colind

◆ nnzs

int matrixdef::nnzs

◆ nrows

int matrixdef::nrows

◆ rowptr

idxtype* matrixdef::rowptr

◆ transfer

float* matrixdef::transfer

◆ values

float* matrixdef::values

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