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. |
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 double maal::abstract::FloatType |