Main Page | Modules | Class Hierarchy | Class List | File List | Class Members

ltl::FMatrix< T, M, N > Class Template Reference
[The classes ltl::FVector and ltl::FMatrix]

Matrix with compile-time dimensions. More...

#include <fmatrix.h>

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Protected Attributes

Friends

Related Functions

(Note that these are not member functions.)

Detailed Description

template<class T, int M, int N>
class ltl::FMatrix< T, M, N >

Matrix with compile-time dimensions.

Indices are 1-based. STL-compatible iterators and types.


Member Function Documentation

template<class T, int M, int N>
ListInitializationSwitch< FMatrix<T,M,N> > ltl::FMatrix< T, M, N >::operator= x  )  [inline]
 

Assigns t to all elements.

A bit more comlicated since we have to discriminate between A = 3; and A = 1, 2, 3, 4; which is done using ListInitializationSwitch which either calls ListInitializer or FMatrix::fill().


The documentation for this class was generated from the following file:
Generated on Fri Dec 24 13:32:04 2004 for LTL by doxygen 1.3.4