$search
#include "include.h"#include "newmat.h"#include "newmatrc.h"
Go to the source code of this file.
|
| |
| #define | MONITOR(what, store, storage) {} |
| #define | REPORT {} |
| #define | WANT_MATH |
| Real | DotProd (const MatrixRowCol &mrc1, const MatrixRowCol &mrc2) |
Matrix row and column operations. The operations on individual rows and columns used to carry out matrix add, multiply etc.
Definition in file newmat2.cpp.
| #define MONITOR | ( | what, | |||
| store, | |||||
| storage | ) | {} |
Definition at line 32 of file newmat2.cpp.
| #define REPORT {} |
Definition at line 27 of file newmat2.cpp.
| #define WANT_MATH |
Definition at line 12 of file newmat2.cpp.
| Real DotProd | ( | const MatrixRowCol & | mrc1, | |
| const MatrixRowCol & | mrc2 | |||
| ) |
Definition at line 80 of file newmat2.cpp.