#include <vctDeterminant.h>
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.
| _size | The size of the square matrix |
Definition at line 43 of file vctDeterminant.h.
| static _elementType vctDeterminant< _size >::Compute | ( | const vctFixedSizeConstMatrixBase< _size, _size, _rowStride, _colStride, _elementType, _dataPtrType > & | matrix | ) | [static] |
Actually compute the determinant of the matrix.
| matrix | A fixed size square matrix |