eckit::linalg::SparseMatrix::Layout struct

Constructors, destructors, conversion operators

Layout() defaulted

Public functions

void reset()

Public variables

Scalar* data_
matrix entries, sized with number of non-zeros (nnz)
UIndex* outer_
start of rows, sized number of rows + 1
Index* inner_
column indices, sized with number of non-zeros (nnz)