Functions | |
template<typename Tin> | |
void | Easdif::SDIFMatrix::Set (int i, int j, const Tin &value) |
set a value using arbitrary input type | |
template<class TT> | |
void | Easdif::SDIFMatrix::SetRow (const TT *out, int irow) throw (SDIFArrayPosition) |
template<class TT> | |
void | Easdif::SDIFMatrix::SetCol (const TT *out, int icol) throw (SDIFArrayPosition) |
|
set a value using arbitrary input type
|
|
setting an entire row
|
|
setting an entire column
|