newmat6.cpp File Reference
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
Include dependency graph for newmat6.cpp:
Go to the source code of this file.
|
Namespaces |
namespace | NEWMAT |
Defines |
#define | REPORT {} |
Functions |
SPMatrix | SP (const BaseMatrix &bm1, const BaseMatrix &bm2) |
KPMatrix | KP (const BaseMatrix &bm1, const BaseMatrix &bm2) |
ShiftedMatrix | operator+ (Real f, const BaseMatrix &BM) |
NegShiftedMatrix | operator- (Real f, const BaseMatrix &bm) |
ScaledMatrix | operator * (Real f, const BaseMatrix &BM) |
Define Documentation
Function Documentation
KPMatrix KP |
( |
const BaseMatrix & |
bm1, |
|
|
const BaseMatrix & |
bm2 |
|
) |
|
|
ScaledMatrix operator * |
( |
Real |
f, |
|
|
const BaseMatrix & |
BM |
|
) |
|
|
ShiftedMatrix operator+ |
( |
Real |
f, |
|
|
const BaseMatrix & |
BM |
|
) |
|
|
NegShiftedMatrix operator- |
( |
Real |
f, |
|
|
const BaseMatrix & |
bm |
|
) |
|
|
SPMatrix SP |
( |
const BaseMatrix & |
bm1, |
|
|
const BaseMatrix & |
bm2 |
|
) |
|
|
|