Functions | |
void | Easdif::SDIFMatrixData::Set (int i, int j, double value) |
void | Easdif::SDIFMatrixData::Set (int i, int j, float value) |
void | Easdif::SDIFMatrixData::Set (int i, int j, int value) |
void | Easdif::SDIFMatrixData::Set (int i, int j, unsigned char value) |
template<class TT> | |
void | Easdif::SDIFMatrixData::_SetRow (const TT *in, int irow) throw (SDIFArrayPosition) |
setting an entire row | |
template<class TT> | |
void | Easdif::SDIFMatrixData::_SetCol (const TT *in, int icol) throw (SDIFArrayPosition) |
setting an entire column | |
void | Easdif::SDIFMatrixData::SetCol (const double *out, int icol) throw (SDIFArrayPosition) |
setting an entire column as double | |
void | Easdif::SDIFMatrixData::SetCol (const float *out, int icol) throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::SetCol (const int *out, int icol) throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::SetCol (const unsigned char *out, int icol) throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::SetRow (const double *out, int irow) throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::SetRow (const float *out, int irow) throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::SetRow (const int *out, int irow) throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::SetRow (const unsigned char *out, int irow) throw (SDIFArrayPosition) |
|
set a value in the matrix using double input type
Implements Easdif::SDIFMatrixDataInterface. |
|
set a value in the matrix using float input type
Implements Easdif::SDIFMatrixDataInterface. |
|
set a value in the matrix using int input type
Implements Easdif::SDIFMatrixDataInterface. |
|
set a value in the matrix using unsigned char input type
Implements Easdif::SDIFMatrixDataInterface. |
|
setting an entire row
|
|
setting an entire column
|
|
setting an entire column as double
Implements Easdif::SDIFMatrixDataInterface. |
|
setting an entire column as float
Implements Easdif::SDIFMatrixDataInterface. |
|
setting an entire column as int
Implements Easdif::SDIFMatrixDataInterface. |
|
setting an entire column as unsigned char
Implements Easdif::SDIFMatrixDataInterface. |
|
setting an entire row as double
Implements Easdif::SDIFMatrixDataInterface. |
|
setting an entire row as float
Implements Easdif::SDIFMatrixDataInterface. |
|
setting an entire row as int
Implements Easdif::SDIFMatrixDataInterface. |
|
setting an entire row as unsigned char
Implements Easdif::SDIFMatrixDataInterface. |