Functions | |
template<class TT> | |
void | Easdif::SDIFMatrixData::_GetRow (TT *out, int irow) const throw (SDIFArrayPosition) |
template<class TT> | |
void | Easdif::SDIFMatrixData::_GetCol (TT *out, int icol) const throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::GetCol (double *out, int icol) const throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::GetCol (float *out, int icol) const throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::GetCol (int *out, int icol) const throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::GetCol (unsigned char *out, int icol) const throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::GetRow (double *out, int irow) const throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::GetRow (float *out, int irow) const throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::GetRow (int *out, int irow) const throw (SDIFArrayPosition) |
void | Easdif::SDIFMatrixData::GetRow (unsigned char *out, int irow) const throw (SDIFArrayPosition) |
double | Easdif::SDIFMatrixData::GetDouble (int i, int j) const |
float | Easdif::SDIFMatrixData::GetFloat (int i, int j) const |
int | Easdif::SDIFMatrixData::GetInt (int i, int j) const |
unsigned char | Easdif::SDIFMatrixData::GetUChar (int i, int j) const |
std::vector< T > & | Easdif::SDIFMatrixData::GetData () |
|
getting an entire row
|
|
getting an entire column
|
|
getting an entire column as double
Implements Easdif::SDIFMatrixDataInterface. |
|
getting an entire column as float
Implements Easdif::SDIFMatrixDataInterface. |
|
getting an entire column as int
Implements Easdif::SDIFMatrixDataInterface. |
|
getting an entire column as unsigned char
Implements Easdif::SDIFMatrixDataInterface. |
|
getting an entire row as double
Implements Easdif::SDIFMatrixDataInterface. |
|
getting an entire row as float
Implements Easdif::SDIFMatrixDataInterface. |
|
getting an entire row as int
Implements Easdif::SDIFMatrixDataInterface. |
|
getting an entire row as unsigned char
Implements Easdif::SDIFMatrixDataInterface. |
|
get the value as double
Implements Easdif::SDIFMatrixDataInterface. |
|
get the value as float
Implements Easdif::SDIFMatrixDataInterface. |
|
get the value as int
Implements Easdif::SDIFMatrixDataInterface. |
|
get the value as unsigned char
Implements Easdif::SDIFMatrixDataInterface. |
|
get the vector of data
|