QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RMatrix.h File Reference
#include "RMath.h"

Go to the source code of this file.

Classes

class  RMatrix
 Simple matrix class. More...

Macros

#define RMATRIX_TOLERANCE   1.0e-8

Functions

RMatrix operator* (const RMatrix &matrix, double factor)
RMatrix operator* (double factor, const RMatrix &matrix)

Macro Definition Documentation

#define RMATRIX_TOLERANCE   1.0e-8

Function Documentation

RMatrix operator* ( const RMatrix matrix,
double  factor 
)
Returns:
$matrix \cdot factor$.
RMatrix operator* ( double  factor,
const RMatrix matrix 
)
Returns:
$matrix \cdot factor$.