H2Lib
3.0
|
Representation of a matrix as an array in column-major order. More...
#include <amatrix.h>
Data Fields | |
field * | a |
Matrix coefficients in column-major order, i.e., corresponds to a[i+j*ld] . | |
uint | ld |
Leading dimension, i.e., increment used to switch from one column to the next. | |
uint | rows |
Number of rows. | |
uint | cols |
Number of columns. | |
void * | owner |
Points to owner of coefficient storage if this is a submatrix. | |
Representation of a matrix as an array in column-major order.