last update 20 Sep 2009 |
Classes | |
class | luDecompositionLapackInterface |
Offers a direct interface to the LAPACK function getrf for computing an LU decomposition with partial pivoting. More... | |
class | debugIterator< ContainerBase< T >, constIterator > |
A generic debugging iterator for classes genericVector and genericMatrix. More... | |
struct | are_same |
are_same<T, U>::value is true if T == U and false otherwise. More... | |
struct | enable_if |
enable_if<T, bool b>::type is T if b is true and empty otherwise More... | |
struct | if_t |
Defines the if_t<B,THEN,ELSE>::type as THEN if B==true and as ELSE if B==false. More... | |
struct | no_type |
Helper type for the cvr::internal::switch_t struct. More... | |
struct | case_t |
A "case" in a cvr::internal::switch_t. More... | |
struct | default_t |
Specifies the default type T in an cvr::internal::switch_t. More... | |
struct | switch_t |
A compile time switch statement. More... |