DGtal
0.6.devel
|
#include <LinearAlgebra.h>
Public Types | |
typedef Space::Integer | Integer |
typedef Space::Point | Point |
typedef Space::Vector | Vector |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((CSpace< Space >)) |
Static Public Member Functions | |
static Integer | determinant (const Point &a, const Point &b) |
static void | selfDisplay (std::ostream &out) |
static bool | isValid () |
Static Public Attributes | |
static const Space::Dimension | dimension = Space::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 | ( | (CSpace< Space >) | ) |
|
inlinestatic |
Definition at line 47 of file LinearAlgebra.ih.
|
static |
|
static |
Self display of the instance in a ostream
out | the output stream. |
|
static |
Definition at line 70 of file LinearAlgebra.h.