$search
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
Go to the source code of this file.
| |
#define | REPORT {} |
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) |
static int | tristore (int n) |
Operators, element access.
Definition in file newmat6.cpp.
#define REPORT {} |
Definition at line 23 of file newmat6.cpp.
static int tristore | ( | int | n | ) | [static] |
Definition at line 28 of file newmat6.cpp.