mi32/mimatrix.h File Reference

<mi32/mimatrix.h> More...

#include <mi32/doublear.h>
Include dependency graph for mimatrix.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

<mi32/mimatrix.h>

MIMATRIX class definitions.


Define Documentation

#define CLASSEXPORT   MI_DLLCLASSIMPORT

Function Documentation

const MIMATRIX operator* ( double  lhs,
const MIMATRIX rhs 
) [inline]

Multiply scalar by matrix.

const MIMATRIX operator* ( const MIMATRIX lhs,
double  rhs 
) [inline]

Multiply by scalar.

const MIMATRIX operator* ( const MIMATRIX lhs,
const MIMATRIX rhs 
) [inline]

Matrix multiplication.

const MIMATRIX operator+ ( const MIMATRIX lhs,
const MIMATRIX rhs 
) [inline]

Matrix addition.

const MIMATRIX operator- ( const MIMATRIX lhs,
const MIMATRIX rhs 
) [inline]

Matrix subtraction.

const MIMATRIX operator/ ( const MIMATRIX lhs,
double  rhs 
) [inline]

Divide by scalar.


Generated on Sun Oct 7 21:27:27 2012 for TNTsdk 2012 by  doxygen 1.6.1