newmat7.cpp File Reference
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
Include dependency graph for newmat7.cpp:
Go to the source code of this file.
|
Namespaces |
| namespace | NEWMAT |
Defines |
| #define | REPORT {} |
Functions |
| GeneralMatrix * | GeneralMult (GeneralMatrix *, GeneralMatrix *, MultipliedMatrix *, MatrixType) |
| GeneralMatrix * | GeneralSolv (GeneralMatrix *, GeneralMatrix *, BaseMatrix *, MatrixType) |
| GeneralMatrix * | GeneralSolvI (GeneralMatrix *, BaseMatrix *, MatrixType) |
| GeneralMatrix * | GeneralKP (GeneralMatrix *, GeneralMatrix *, KPMatrix *, MatrixType) |
| void | Add (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
| void | AddTo (GeneralMatrix *gm, const GeneralMatrix *gm2) |
| void | Subtract (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
| void | SubtractFrom (GeneralMatrix *gm, const GeneralMatrix *gm2) |
| void | ReverseSubtract (GeneralMatrix *gm, const GeneralMatrix *gm2) |
| void | SP (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
| void | SP (GeneralMatrix *gm, GeneralMatrix *gm2) |
| void | AddDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
| void | AddDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
| void | SubtractDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
| void | SubtractDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
| void | ReverseSubtractDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
| void | SPDS (GeneralMatrix *gm, GeneralMatrix *gm1, GeneralMatrix *gm2) |
| void | SPDS (GeneralMatrix *gm, GeneralMatrix *gm2) |
| GeneralMatrix * | GeneralMult1 (GeneralMatrix *gm1, GeneralMatrix *gm2, MultipliedMatrix *mm, MatrixType mtx) |
| GeneralMatrix * | GeneralMult2 (GeneralMatrix *gm1, GeneralMatrix *gm2, MultipliedMatrix *mm, MatrixType mtx) |
| GeneralMatrix * | mmMult (GeneralMatrix *gm1, GeneralMatrix *gm2) |
| bool | RealEqual (Real *s1, Real *s2, int n) |
| bool | intEqual (int *s1, int *s2, int n) |
| void | CrossProductBody (Real *a, Real *b, Real *c) |
Define Documentation
Function Documentation
| void Add |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm1, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
|
|
Definition at line 127 of file newmat7.cpp.
Referenced by NEWMAT::AddedMatrix::Evaluate(), NEWMAT::ColumnVector::operator+=(), NEWMAT::RowVector::operator+=(), NEWMAT::SymmetricMatrix::operator+=(), NEWMAT::nricMatrix::operator+=(), NEWMAT::SquareMatrix::operator+=(), NEWMAT::Matrix::operator+=(), NEWMAT::ColumnVector::operator-=(), NEWMAT::RowVector::operator-=(), NEWMAT::SymmetricMatrix::operator-=(), NEWMAT::nricMatrix::operator-=(), NEWMAT::SquareMatrix::operator-=(), and NEWMAT::Matrix::operator-=(). |
| void AddDS |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void AddDS |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm1, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void AddTo |
( |
GeneralMatrix * |
gm, |
|
|
const GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void CrossProductBody |
( |
Real * |
a, |
|
|
Real * |
b, |
|
|
Real * |
c |
|
) |
[inline] |
|
| GeneralMatrix * NEWMAT::GeneralKP |
( |
GeneralMatrix * |
, |
|
|
GeneralMatrix * |
, |
|
|
KPMatrix * |
, |
|
|
MatrixType |
|
|
) |
[static] |
|
| GeneralMatrix * NEWMAT::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 * NEWMAT::GeneralSolv |
( |
GeneralMatrix * |
, |
|
|
GeneralMatrix * |
, |
|
|
BaseMatrix * |
, |
|
|
MatrixType |
|
|
) |
[static] |
|
| GeneralMatrix * NEWMAT::GeneralSolvI |
( |
GeneralMatrix * |
, |
|
|
BaseMatrix * |
, |
|
|
MatrixType |
|
|
) |
[static] |
|
| bool intEqual |
( |
int * |
s1, |
|
|
int * |
s2, |
|
|
int |
n |
|
) |
[static] |
|
| GeneralMatrix* mmMult |
( |
GeneralMatrix * |
gm1, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| bool RealEqual |
( |
Real * |
s1, |
|
|
Real * |
s2, |
|
|
int |
n |
|
) |
[static] |
|
| void ReverseSubtract |
( |
GeneralMatrix * |
gm, |
|
|
const GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void ReverseSubtractDS |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void SP |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void SP |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm1, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void SPDS |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void SPDS |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm1, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void Subtract |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm1, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void SubtractDS |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void SubtractDS |
( |
GeneralMatrix * |
gm, |
|
|
GeneralMatrix * |
gm1, |
|
|
GeneralMatrix * |
gm2 |
|
) |
[static] |
|
| void SubtractFrom |
( |
GeneralMatrix * |
gm, |
|
|
const GeneralMatrix * |
gm2 |
|
) |
[static] |
|
|