Go to the source code of this file.
#define | WANT_MATH |
#define | REPORT {} |
Real | square (Real x) |
static void | NullMatrixError (const GeneralMatrix *gm) |
Real | dotproduct (const Matrix &A, const Matrix &B) |
LU transform, scalar functions of matrices.
Definition in file newmat8.cpp.
#define REPORT {} |
Definition at line 25 of file newmat8.cpp.
#define WANT_MATH |
Definition at line 9 of file newmat8.cpp.
Real dotproduct | ( | const Matrix & | A, |
const Matrix & | B | ||
) |
Definition at line 530 of file newmat8.cpp.
static void NullMatrixError | ( | const GeneralMatrix * | gm | ) | [static] |
Definition at line 212 of file newmat8.cpp.
Definition at line 154 of file newmat8.cpp.