General Purpose Geodetic Library
|
This is the complete list of members for SgMatrix, including all inherited members.
B_ | SgMatrix | protected |
base() | SgMatrix | inline |
base_c() const | SgMatrix | inline |
calcProduct_mat_x_mat(const SgMatrix &M1, const SgMatrix &M2) | SgMatrix | friend |
calcProduct_mat_x_mat(const SgUtMatrix &U1, const SgMatrix &M2) | SgMatrix | friend |
calcProduct_mat_x_mat(const SgMatrix &M1, const SgSymMatrix &P2) | SgMatrix | friend |
calcProduct_mat_x_matT(const SgMatrix &M1, const SgMatrix &M2) | SgMatrix | friend |
calcProduct_matT_x_mat(const SgMatrix &M1, const SgMatrix &M2) | SgMatrix | friend |
calcProduct_matT_x_vec(const SgMatrix &M, const SgVector &V) | SgMatrix | friend |
clear() | SgMatrix | inline |
dTmp_ | SgMatrix | protected |
getElement(unsigned int i, unsigned int j) const | SgMatrix | inline |
nCol() const | SgMatrix | inline |
NCol_ | SgMatrix | protected |
nRow() const | SgMatrix | inline |
NRow_ | SgMatrix | protected |
operator!=(const SgMatrix &M) const | SgMatrix | inline |
operator()(unsigned int i, unsigned int j) | SgMatrix | inline |
operator*(const SgMatrix &M, double d) | SgMatrix | friend |
operator*(double d, const SgMatrix &M) | SgMatrix | friend |
operator*(const SgMatrix &M, const SgVector &V) | SgMatrix | friend |
operator*=(double d) | SgMatrix | inline |
operator+(const SgMatrix &M1, const SgMatrix &M2) | SgMatrix | friend |
operator+=(const SgMatrix &M) | SgMatrix | inline |
operator-(const SgMatrix &M) | SgMatrix | friend |
operator-(const SgMatrix &M1, const SgMatrix &M2) | SgMatrix | friend |
operator-=(const SgMatrix &M) | SgMatrix | inline |
operator/(const SgMatrix &M, double d) | SgMatrix | friend |
operator/=(double d) | SgMatrix | inline |
operator=(const SgMatrix &M) | SgMatrix | |
operator=(double d) | SgMatrix | inline |
operator==(const SgMatrix &M) const | SgMatrix | inline |
setElement(unsigned int i, unsigned int j, double d) | SgMatrix | inline |
SgMatrix() | SgMatrix | inline |
SgMatrix(unsigned int NRow, unsigned int NCol, bool IsNeedClear=true) | SgMatrix | inline |
SgMatrix(const SgMatrix &M) | SgMatrix | inline |
T() const | SgMatrix | inline |
~SgMatrix() | SgMatrix | inline |