Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members

SDIFMatrix - Set values of the SDIFMatrix


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)

Function Documentation

template<typename Tin>
void Easdif::SDIFMatrix::Set int  i,
int  j,
const Tin &  value
[inline, inherited]
 

set a value using arbitrary input type

Parameters:
i row index (C-notation: first row has index 0)
j column index (C-notation: first col has index 0)
value 

template<class TT>
void Easdif::SDIFMatrix::SetRow const TT *  out,
int  irow
throw (SDIFArrayPosition) [inline, inherited]
 

setting an entire row

Parameters:
out pointer to memory holding at least GetNbCols() elements
irow row index

template<class TT>
void Easdif::SDIFMatrix::SetCol const TT *  out,
int  icol
throw (SDIFArrayPosition) [inline, inherited]
 

setting an entire column

Parameters:
out pointer to memory holding at least GetNbRows() elements
icol row index


Generated on Tue Jan 3 15:00:56 2006 for Easdif by  doxygen 1.3.9.1