NCBI C++ ToolKit
|
This is the complete list of members for AMatrix, including all inherited members.
Allocate(const int NumRows, const int NumCols) | AMatrix_base | private |
AMatrix() | AMatrix | inline |
AMatrix(const int NumRows, const int NumCols) | AMatrix | inline |
AMatrix(const AMatrix &Matrix) | AMatrix | inline |
AMatrix_base() | AMatrix_base | inline |
AMatrix_base(const int NumRows, const int NumCols) | AMatrix_base | inline |
AMatrix_base(const AMatrix_base &Matrix) | AMatrix_base | inline |
Copy(const AMatrix_base &Matrix) | AMatrix_base | private |
DeAllocate() | AMatrix_base | |
FastGet(const int RowIndex, const int ColIndex) const | AMatrix_base | inline |
Get(int RowIndex, int ColIndex) | AMatrix_base | inline |
GetExtremalEntries(double &max, double &min, bool ignoreDiagonal=false) | AMatrix_base | |
GetNumCols() const | AMatrix_base | inline |
GetNumRows() const | AMatrix_base | inline |
GetSize(int &NumRows, int &NumCols) | AMatrix_base | inline |
IsColSet(int ColIndex) const | AMatrix_base | inline |
LinearTransform(double b, double m, bool ignoreDiagonal=false) | AMatrix_base | |
m_Array | AMatrix_base | protected |
m_ColumnFlags | AMatrix_base | protected |
m_NumCols | AMatrix_base | protected |
m_NumRows | AMatrix_base | protected |
m_RowIndex | AMatrix_base | protected |
MakeArrayBigger(const int RowIndex, const int ColIndex) | AMatrix_base | private |
MakeSureArrayIsBigEnough(const int RowIndex, const int ColIndex) | AMatrix_base | inlineprivate |
Max(int Val1, int Val2) | AMatrix_base | inlineprotected |
operator=(const AMatrix_base &Matrix) | AMatrix_base | inline |
operator[](int RowIndex) | AMatrix | inline |
ReSize(const int NumRows, const int NumCols) | AMatrix_base | inline |
Set(int RowIndex, int ColIndex, double Val) | AMatrix_base | inline |
Shrink(const int NumRows, const int NumCols) | AMatrix_base | |
SlowCopy(const AMatrix_base &Matrix) | AMatrix_base | private |
~AMatrix_base() | AMatrix_base | inline |