SMatrix3< T > Struct Template Reference

Collaboration diagram for SMatrix3< T >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class T>
struct SMatrix3< T >

A class to represent symmetric 3x3 matrices.

Definition at line 287 of file transformation2.hh.

Public Member Functions

det () const
SMatrix3< T > transpose () const
SMatrix3< T > adj () const
SMatrix3< T > inv () const

Public Attributes

values [3][3]


Member Function Documentation

template<class T>
T SMatrix3< T >::det (  )  const

Computes the determinat of the symmetric matrix

Definition at line 346 of file transformation2.hh.

template<class T>
SMatrix3< T > SMatrix3< T >::transpose (  )  const

Computes the transposed symmetric matrix

Definition at line 358 of file transformation2.hh.

template<class T>
SMatrix3< T > SMatrix3< T >::adj (  )  const

Computes the complement of the symmetric matrix

Definition at line 368 of file transformation2.hh.

template<class T>
SMatrix3< T > SMatrix3< T >::inv (  )  const

Computes the inverse (=transposed) symmetric matrix

Definition at line 384 of file transformation2.hh.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 12 11:43:01 2007 for TORO by  doxygen 1.5.0