maal::abstract Namespace Reference

Abstract (purely virtual) version of the Maal2. More...

Classes

class  Matrix
 Abstract Matrix class. More...
class  Vector
 Abstract Vector class. More...

Typedefs

typedef double FloatType
 Native type of the Matrix and Vector classes.

Detailed Description

Abstract (purely virtual) version of the Maal2.

Define an abstract version of the Matrix and Vector classes, with all the generic function definitions. The specific Matrix and Vector classes could be defined as children of the abstract class.


Typedef Documentation

typedef double maal::abstract::FloatType

Native type of the Matrix and Vector classes.

Change here if a float or a double lib is needed.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines