H2Lib  3.0
Data Fields
_amatrix Struct Reference

Representation of a matrix as an array in column-major order. More...

#include <amatrix.h>

Data Fields

fielda
 Matrix coefficients in column-major order, i.e., $a_{ij}$ 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.
 

Detailed Description

Representation of a matrix as an array in column-major order.


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