#include <mi32/doublear.h>

Go to the source code of this file.
Classes | |
| class | MIMATRIX |
| Matrix class. More... | |
Defines | |
| #define | CLASSEXPORT MI_DLLCLASSIMPORT |
Functions | |
| const MIMATRIX | operator* (double lhs, const MIMATRIX &rhs) |
| const MIMATRIX | operator* (const MIMATRIX &lhs, double rhs) |
| const MIMATRIX | operator* (const MIMATRIX &lhs, const MIMATRIX &rhs) |
| const MIMATRIX | operator+ (const MIMATRIX &lhs, const MIMATRIX &rhs) |
| const MIMATRIX | operator- (const MIMATRIX &lhs, const MIMATRIX &rhs) |
| const MIMATRIX | operator/ (const MIMATRIX &lhs, double rhs) |
MIMATRIX class definitions.
| #define CLASSEXPORT MI_DLLCLASSIMPORT |
Matrix multiplication.
Matrix subtraction.
1.6.1