![]() |
KSquare Utilities
|
#include <Matrix.h>
Public Member Functions | |
| Row () | |
| Row (kkint32 _numOfCols, double *_cells) | |
| Row (const Row &_row) | |
| ~Row () | |
| double * | Cols () |
| void | Define (kkint32 _numOfCols, double *_cells) |
| double & | operator[] (kkint32 idx) |
| Row::Row | ( | ) |
Definition at line 26 of file Matrix.cpp.
| Row::Row | ( | kkint32 | _numOfCols, |
| double * | _cells | ||
| ) |
Definition at line 34 of file Matrix.cpp.
References KKB::KKStr::Concat(), and KKB::KKException::KKException().
| Row::Row | ( | const Row & | _row | ) |
Definition at line 51 of file Matrix.cpp.
| Row::~Row | ( | ) |
Definition at line 59 of file Matrix.cpp.
| void Row::Define | ( | kkint32 | _numOfCols, |
| double * | _cells | ||
| ) |
Definition at line 66 of file Matrix.cpp.
| double & Row::operator[] | ( | kkint32 | idx | ) |
Definition at line 76 of file Matrix.cpp.
References KKB::osWaitForEnter().
Referenced by KKB::Raster::BuildGaussian2dKernel(), KKB::Matrix::CalcCoFactorMatrix(), KKB::Matrix::Covariance(), KKB::Raster::CreateGrayScaleKLT(), KKB::Raster::CreateGrayScaleKLTOnMaskedArea(), KKMLL::ClassificationBiasMatrix::PerformAdjustmnts(), and KKMLL::ClassificationBiasMatrix::PrintBiasMatrix().