FflasFfpack
Public Member Functions
FixedMatrix< T, size > Class Template Reference

Public Member Functions

 FixedMatrix ()
 
int rowdim () const
 
int coldim () const
 
T & operator[] (int i)
 
T & operator() (int i, int j)
 
const T & operator() (int i, int j) const
 
FixedMatrix< T, size > & operator= (const T &val)
 
void mul (const FixedMatrix< T, size > &A, const FixedMatrix< T, size > &B)
 
void addmul (const FixedMatrix< T, size > &A, const FixedMatrix< T, size > &B)
 
void addmulmod (const FixedMatrix< T, size > &A, const FixedMatrix< T, size > &B)
 

Constructor & Destructor Documentation

FixedMatrix ( )
inline

Member Function Documentation

int rowdim ( ) const
inline
int coldim ( ) const
inline
T& operator[] ( int  i)
inline
T& operator() ( int  i,
int  j 
)
inline
const T& operator() ( int  i,
int  j 
) const
inline
FixedMatrix<T,size>& operator= ( const T &  val)
inline
void mul ( const FixedMatrix< T, size > &  A,
const FixedMatrix< T, size > &  B 
)
inline
void addmul ( const FixedMatrix< T, size > &  A,
const FixedMatrix< T, size > &  B 
)
inline
void addmulmod ( const FixedMatrix< T, size > &  A,
const FixedMatrix< T, size > &  B 
)
inline

The documentation for this class was generated from the following file: