#define | REPORT {} |
|
static GeneralMatrix * | GeneralMult (GeneralMatrix *, GeneralMatrix *, MultipliedMatrix *, MatrixType) |
|
static GeneralMatrix * | GeneralSolv (GeneralMatrix *, GeneralMatrix *, BaseMatrix *, MatrixType) |
|
static GeneralMatrix * | GeneralSolvI (GeneralMatrix *, BaseMatrix *, MatrixType) |
|
static GeneralMatrix * | GeneralKP (GeneralMatrix *, GeneralMatrix *, KPMatrix *, MatrixType) |
|
static void | Add (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
|
static void | AddTo (GeneralMatrix *gm, const GeneralMatrix *gm2) |
|
static void | Subtract (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
|
static void | SubtractFrom (GeneralMatrix *gm, const GeneralMatrix *gm2) |
|
static void | ReverseSubtract (GeneralMatrix *gm, const GeneralMatrix *gm2) |
|
static void | SP (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
|
static void | SP (GeneralMatrix *gm, GeneralMatrix *gm2) |
|
static void | AddDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
|
static void | AddDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
|
static void | SubtractDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
|
static void | SubtractDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
|
static void | ReverseSubtractDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
|
static void | SPDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
|
static void | SPDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
|
static GeneralMatrix * | GeneralMult1 (GeneralMatrix *gm1, GeneralMatrix *gm2, MultipliedMatrix *mm, MatrixType mtx) |
|
static GeneralMatrix * | GeneralMult2 (GeneralMatrix *gm1, GeneralMatrix *gm2, MultipliedMatrix *mm, MatrixType mtx) |
|
static GeneralMatrix * | mmMult (GeneralMatrix *gm1, GeneralMatrix *gm2) |
|
static bool | RealEqual (Real *s1, Real *s2, int n) |
|
static bool | intEqual (int *s1, int *s2, int n) |
|
bool | operator== (const BaseMatrix &A, const BaseMatrix &B) |
|
bool | operator== (const GeneralMatrix &A, const GeneralMatrix &B) |
|
bool | is_zero (const BaseMatrix &A) |
|
void | crossproduct_body (Real *a, Real *b, Real *c) |
|
Matrix | crossproduct (const Matrix &A, const Matrix &B) |
|
ReturnMatrix | crossproduct_rows (const Matrix &A, const Matrix &B) |
|
ReturnMatrix | crossproduct_columns (const Matrix &A, const Matrix &B) |
|
Invert, solve, binary operations.
Definition in file newmat7.cpp.