Aim:
More...
#include <DGtal/math/linalg/SimpleMatrixSpecializations.h>
template<typename TMatrix>
struct DGtal::SimpleMatrixSpecializations< TMatrix, 1, 1 >
Aim:
Description of template class 'SimpleMatrixSpecializations'
Definition at line 154 of file SimpleMatrixSpecializations.h.
◆ Component
template<typename TMatrix >
◆ Matrix
template<typename TMatrix >
◆ BOOST_STATIC_ASSERT() [1/2]
template<typename TMatrix >
◆ BOOST_STATIC_ASSERT() [2/2]
template<typename TMatrix >
◆ determinant()
template<typename TMatrix >
Returns the determinant of square matrix. Slow method for large matrices.
- Precondition
- this must be NxN
- Returns
- the determinant.
◆ minorDeterminant()
template<typename TMatrix >
Return the minor determinant (i,j) of the current matrix
- Parameters
-
aM | the matrix. |
i | row index |
j | column index |
- Returns
- the minor (i,j)
The documentation for this struct was generated from the following file: