Functions | |
template<class R > | |
void | build (R &A, typename R::index_t nl, typename R::index_t nc, typename R::index_t nz) |
void matrixof::build | ( | R & | A, |
typename R::index_t | nl, | ||
typename R::index_t | nc, | ||
typename R::index_t | nz | ||
) |
Function which allocate the necessary space for the matrix from the number of rows nl
, the number of columns nc
, the number of non-zero terms nz
.