DGtal 1.4.0
|
Aim: A utility class that contains methods to perform integral linear algebra. More...
#include <DGtal/kernel/LinearAlgebra.h>
Public Types | |
typedef Space::Integer | Integer |
typedef Space::Point | Point |
typedef Space::Vector | Vector |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((concepts::CSpace< Space >)) | |
void | selfDisplay (std::ostream &out) const |
Static Public Member Functions | |
static Integer | determinant (const Point &a, const Point &b) |
static bool | isValid () |
Static Public Attributes | |
static const Space::Dimension | dimension |
Aim: A utility class that contains methods to perform integral linear algebra.
Description of template class 'LinearAlgebra'
Definition at line 61 of file LinearAlgebra.h.
typedef Space::Integer DGtal::LinearAlgebra< Space >::Integer |
Definition at line 67 of file LinearAlgebra.h.
typedef Space::Point DGtal::LinearAlgebra< Space >::Point |
Definition at line 68 of file LinearAlgebra.h.
typedef Space::Vector DGtal::LinearAlgebra< Space >::Vector |
Definition at line 69 of file LinearAlgebra.h.
DGtal::LinearAlgebra< Space >::BOOST_CONCEPT_ASSERT | ( | (concepts::CSpace< Space >) | ) |
|
static |
Referenced by testLinearAlgebra().
|
static |
void DGtal::LinearAlgebra< Space >::selfDisplay | ( | std::ostream & | out | ) | const |
Self display of the instance in a ostream
out | the output stream. |
|
static |
Definition at line 70 of file LinearAlgebra.h.