Go to the source code of this file.
Defines | |
#define | REPORT {} |
Functions | |
static void | Add (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
static void | Add (GeneralMatrix *gm, GeneralMatrix *gm2) |
static void | AddDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
static void | AddDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
static GeneralMatrix * | GeneralKP (GeneralMatrix *, GeneralMatrix *, KPMatrix *, MatrixType) |
static GeneralMatrix * | GeneralMult (GeneralMatrix *, GeneralMatrix *, MultipliedMatrix *, MatrixType) |
static GeneralMatrix * | GeneralMult1 (GeneralMatrix *gm1, GeneralMatrix *gm2, MultipliedMatrix *mm, MatrixType mtx) |
static GeneralMatrix * | GeneralMult2 (GeneralMatrix *gm1, GeneralMatrix *gm2, MultipliedMatrix *mm, MatrixType mtx) |
static GeneralMatrix * | GeneralSolv (GeneralMatrix *, GeneralMatrix *, BaseMatrix *, MatrixType) |
static GeneralMatrix * | GeneralSolvI (GeneralMatrix *, BaseMatrix *, MatrixType) |
static bool | intEqual (int *s1, int *s2, int n) |
bool | IsZero (const BaseMatrix &A) |
static GeneralMatrix * | mmMult (GeneralMatrix *gm1, GeneralMatrix *gm2) |
bool | operator== (const BaseMatrix &A, const BaseMatrix &B) |
bool | operator== (const GeneralMatrix &A, const GeneralMatrix &B) |
static bool | RealEqual (Real *s1, Real *s2, int n) |
static void | ReverseSubtract (GeneralMatrix *gm, GeneralMatrix *gm2) |
static void | ReverseSubtractDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
static void | SP (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
static void | SP (GeneralMatrix *gm, GeneralMatrix *gm2) |
static void | SPDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
static void | SPDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
static void | Subtract (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
static void | Subtract (GeneralMatrix *gm, GeneralMatrix *gm2) |
static void | SubtractDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
static void | SubtractDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
#define REPORT {} |
Definition at line 18 of file newmat7.cc.
static void Add | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm1, | ||
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 147 of file newmat7.cc.
static void Add | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 160 of file newmat7.cc.
static void AddDS | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm1, | ||
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 227 of file newmat7.cc.
static void AddDS | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 236 of file newmat7.cc.
static GeneralMatrix * GeneralKP | ( | GeneralMatrix * | gm1, |
GeneralMatrix * | gm2, | ||
KPMatrix * | kp, | ||
MatrixType | mtx | ||
) | [static] |
Definition at line 390 of file newmat7.cc.
static GeneralMatrix * GeneralMult | ( | GeneralMatrix * | gm1, |
GeneralMatrix * | gm2, | ||
MultipliedMatrix * | mm, | ||
MatrixType | mtx | ||
) | [static] |
Definition at line 372 of file newmat7.cc.
static GeneralMatrix* GeneralMult1 | ( | GeneralMatrix * | gm1, |
GeneralMatrix * | gm2, | ||
MultipliedMatrix * | mm, | ||
MatrixType | mtx | ||
) | [static] |
Definition at line 293 of file newmat7.cc.
static GeneralMatrix* GeneralMult2 | ( | GeneralMatrix * | gm1, |
GeneralMatrix * | gm2, | ||
MultipliedMatrix * | mm, | ||
MatrixType | mtx | ||
) | [static] |
Definition at line 316 of file newmat7.cc.
static GeneralMatrix * GeneralSolv | ( | GeneralMatrix * | gm1, |
GeneralMatrix * | gm2, | ||
BaseMatrix * | sm, | ||
MatrixType | mtx | ||
) | [static] |
Definition at line 411 of file newmat7.cc.
static GeneralMatrix * GeneralSolvI | ( | GeneralMatrix * | gm1, |
BaseMatrix * | sm, | ||
MatrixType | mtx | ||
) | [static] |
Definition at line 452 of file newmat7.cc.
Definition at line 892 of file newmat7.cc.
Definition at line 982 of file newmat7.cc.
static GeneralMatrix* mmMult | ( | GeneralMatrix * | gm1, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 342 of file newmat7.cc.
bool operator== | ( | const BaseMatrix & | A, |
const BaseMatrix & | B | ||
) |
Definition at line 905 of file newmat7.cc.
bool operator== | ( | const GeneralMatrix & | A, |
const GeneralMatrix & | B | ||
) |
Definition at line 943 of file newmat7.cc.
Definition at line 880 of file newmat7.cc.
static void ReverseSubtract | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 191 of file newmat7.cc.
static void ReverseSubtractDS | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 265 of file newmat7.cc.
static void SP | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm1, | ||
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 203 of file newmat7.cc.
static void SP | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 216 of file newmat7.cc.
static void SPDS | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm1, | ||
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 274 of file newmat7.cc.
static void SPDS | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 283 of file newmat7.cc.
static void Subtract | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm1, | ||
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 169 of file newmat7.cc.
static void Subtract | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 182 of file newmat7.cc.
static void SubtractDS | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm1, | ||
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 247 of file newmat7.cc.
static void SubtractDS | ( | GeneralMatrix * | gm, |
GeneralMatrix * | gm2 | ||
) | [static] |
Definition at line 256 of file newmat7.cc.