newmatrm.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Namespaces |
| namespace | NEWMAT |
Classes |
| class | NEWMAT::RectMatrixRowCol |
| class | NEWMAT::RectMatrixRow |
| class | NEWMAT::RectMatrixCol |
| class | NEWMAT::RectMatrixDiag |
Defines |
| #define | NEWMATRM_LIB 0 |
Functions |
| Real | NEWMAT::square (Real x) |
| Real | NEWMAT::sign (Real x, Real y) |
| Real | NEWMAT::pythag (Real f, Real g, Real &c, Real &s) |
| void | NEWMAT::GivensRotation (Real cGivens, Real sGivens, Real &x, Real &y) |
| void | NEWMAT::GivensRotationR (Real cGivens, Real sGivens, Real &x, Real &y) |
Define Documentation
|