$search
#include "newmat.h"
#include "newmatrm.h"
Go to the source code of this file.
| |
#define | REPORT {} |
#define | WANT_MATH |
void | ComplexScale (RectMatrixCol &U, RectMatrixCol &V, Real x, Real y) |
Real | pythag (Real f, Real g, Real &c, Real &s) |
void | Rotate (RectMatrixCol &U, RectMatrixCol &V, Real tau, Real s) |
Rectangular matrix operations
Definition in file newmatrm.cpp.
#define REPORT {} |
Definition at line 21 of file newmatrm.cpp.
#define WANT_MATH |
Definition at line 9 of file newmatrm.cpp.
void ComplexScale | ( | RectMatrixCol & | U, | |
RectMatrixCol & | V, | |||
Real | x, | |||
Real | y | |||
) |
Definition at line 135 of file newmatrm.cpp.
Real pythag | ( | Real | f, | |
Real | g, | |||
Real & | c, | |||
Real & | s | |||
) |
Definition at line 189 of file newmatrm.cpp.
void Rotate | ( | RectMatrixCol & | U, | |
RectMatrixCol & | V, | |||
Real | tau, | |||
Real | s | |||
) |
Definition at line 159 of file newmatrm.cpp.