Go to the source code of this file.
Classes | |
class | RectMatrixCol |
class | RectMatrixDiag |
class | RectMatrixRow |
class | RectMatrixRowCol |
#define | NEW_MAT_NEWMATRM_LIB 0 |
Real | square (Real x) |
Real | sign (Real x, Real y) |
Real | pythag (Real f, Real g, Real &c, Real &s) |
void | GivensRotation (Real cGivens, Real sGivens, Real &x, Real &y) |
void | GivensRotationR (Real cGivens, Real sGivens, Real &x, Real &y) |
#define NEW_MAT_NEWMATRM_LIB 0 |
Definition at line 10 of file RectMatrix.h.
void GivensRotation | ( | Real | cGivens, |
Real | sGivens, | ||
Real & | x, | ||
Real & | y | ||
) | [inline] |
Definition at line 126 of file RectMatrix.h.
void GivensRotationR | ( | Real | cGivens, |
Real | sGivens, | ||
Real & | x, | ||
Real & | y | ||
) | [inline] |
Definition at line 134 of file RectMatrix.h.
Definition at line 276 of file NewMatExhaustive.cpp.
Definition at line 117 of file RectMatrix.h.