matrixof Namespace Reference


Functions

template<class R>
void reserve (R &A, typename R::size_type nl, typename R::size_type nc, typename R::size_type nz)
template<class C, class R>
void reserve (MatrSps< C, R > &A, typename R::size_type nl, typename R::size_type nc, typename R::size_type nz)
template<class R, class C>
void assigncoeff (R &A, unsigned int m, unsigned int n, const C &c)
template<class R, class C>
void assigncoeff (MatrSps< C, R > &A, unsigned int m, unsigned int n, const C &c)


Function Documentation

template<class R>
void matrixof::reserve ( R &  A,
typename R::size_type  nl,
typename R::size_type  nc,
typename R::size_type  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.

Definition at line 37 of file matrixof.h.

Referenced by evaluation(), macaulay(), matrix_of(), and MatUpolyOf().


SYNAPS DOCUMENTATION
logo