LTL  2.0.x
Classes
The classes ltl::FVector and ltl::FMatrix

Classes

class  ltl::FMatrix< T, M, N >
 Matrix with dimensions known at compile time. More...
 
class  ltl::FVector< T, N, S >
 Vector whose length is known at compile time. More...
 
class  ltl::FVMemory< T, N, S >
 Memory and data access interface for ltl::FVMemory. More...
 

Detailed Description

Fixed-size (known at compile time) classes representing Vectors and Matrices of relatively small size. These classes feature expression-templated evaluation and automatic unrolling of small loops in vector and matrix operations. This guarantees efficiency even for very small sizes (e.g. 3x3).

see ltl::FVector and ltl::FMatrix