$search
Go to the source code of this file.
Classes | |
class | RectMatrixCol |
class | RectMatrixDiag |
class | RectMatrixRow |
class | RectMatrixRowCol |
Functions | |
void | GivensRotation (Real cGivens, Real sGivens, Real &x, Real &y) |
void | GivensRotationR (Real cGivens, Real sGivens, Real &x, Real &y) |
Real | pythag (Real f, Real g, Real &c, Real &s) |
Real | sign (Real x, Real y) |
Real | square (Real x) |
Rectangular matrix operations.
Definition in file newmatrm.h.
void GivensRotation | ( | Real | cGivens, | |
Real | sGivens, | |||
Real & | x, | |||
Real & | y | |||
) | [inline] |
Definition at line 126 of file newmatrm.h.
void GivensRotationR | ( | Real | cGivens, | |
Real | sGivens, | |||
Real & | x, | |||
Real & | y | |||
) | [inline] |
Definition at line 134 of file newmatrm.h.
Real pythag | ( | Real | f, | |
Real | g, | |||
Real & | c, | |||
Real & | s | |||
) |
Definition at line 189 of file newmatrm.cpp.
Real sign | ( | Real | x, | |
Real | y | |||
) | [inline] |
Definition at line 118 of file newmatrm.h.
Real square | ( | Real | x | ) | [inline] |
Definition at line 117 of file newmatrm.h.