|
struct | Protium::LinearAlgebra::Determinant< T, n, m > |
| Helper template produces NaN Determinant in general. More...
|
|
struct | Protium::LinearAlgebra::Determinant< T, 1, 1 > |
| Template specialization for lowest dimension matrices. More...
|
|
struct | Protium::LinearAlgebra::Determinant< T, n, n > |
| Helper template produces determinant of square matrices. More...
|
|
class | Protium::LinearAlgebra::Matrix< T, n, m > |
| Implements matrix addition, subtraction, multiplication. More...
|
|
class | Protium::LinearAlgebra::Matrix< T, n, m > |
| Implements matrix addition, subtraction, multiplication. More...
|
|
struct | Protium::LinearAlgebra::SubMatrix< T, n, m > |
| Helper template to get submatrices for a given matrix. More...
|
|
struct | Protium::LinearAlgebra::SubMatrix< T, 0, m > |
| Template specialization for matrices to fetch column vectors. More...
|
|
struct | Protium::LinearAlgebra::SubMatrix< T, 2, 2 > |
| Template specialization for matrices to fetch element. More...
|
|
struct | Protium::LinearAlgebra::SubMatrix< T, n, 0 > |
| Template specialization for matrices to fetch row vectors. More...
|
|