Public Member Functions | Public Attributes
AISNavigation::SMatrix3< T > Struct Template Reference

A class to represent symmetric 3x3 matrices. More...

#include <transformation2.hh>

List of all members.

Public Member Functions

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

Public Attributes

values [3][3]

Detailed Description

template<class T>
struct AISNavigation::SMatrix3< T >

A class to represent symmetric 3x3 matrices.

Definition at line 290 of file transformation2.hh.


Member Function Documentation

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

Computes the complement of the symmetric matrix

Definition at line 371 of file transformation2.hh.

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

Computes the determinat of the symmetric matrix

Definition at line 349 of file transformation2.hh.

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

Computes the inverse (=transposed) symmetric matrix

Definition at line 387 of file transformation2.hh.

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

Computes the transposed symmetric matrix

Definition at line 361 of file transformation2.hh.


Member Data Documentation

template<class T>
T AISNavigation::SMatrix3< T >::values[3][3]

Definition at line 291 of file transformation2.hh.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Fri Aug 28 2015 12:51:43