Follow this link to skip to the main content

Data Structure
[Math Package]

Collaboration diagram for Data Structure:


Namespaces

namespace  claraty

Classes

class  Function< Targ, Tval >
class  Function< Targ, Tval >
class  Polynomial< Order, Targ, Tval >
class  claraty::Matrix_NxM< T, Nrows, Ncols >
class  claraty::QTrans< T >
struct  claraty::Base_Trans< T, Rotation_Type >
struct  claraty::Base_Quaternion< T >

Defines

#define M_FLOAT   double

Define Documentation

#define M_FLOAT   double

The type of floating pointing used in matrix calculations. This is needed for LU Decomposition and inverse operations

Definition at line 57 of file matrix.h.

Referenced by claraty::to_float().