ERC CISST - cisst software

vctDeterminant< _size > Class Template Reference

#include <vctDeterminant.h>

List of all members.


Detailed Description

template<vct::size_type _size>
class vctDeterminant< _size >

Determinant function for fixed size matrices.

Compute the determinant of a fixed size square matrix. This templated class is currently specialized for matrices of size 1 by 1, 2 by 2 or 3 by 3.

Parameters:
_size The size of the square matrix

Definition at line 43 of file vctDeterminant.h.

Public Types

Static Public Member Functions


Member Function Documentation

template<vct::size_type _size>
template<vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType, class _dataPtrType>
static _elementType vctDeterminant< _size >::Compute ( const vctFixedSizeConstMatrixBase< _size, _size, _rowStride, _colStride, _elementType, _dataPtrType > &  matrix  )  [static]

Actually compute the determinant of the matrix.

Parameters:
matrix A fixed size square matrix


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu