|
template<class K > |
static FieldVector< K, 3 > | Dune::Alberta::vectorProduct (const FieldVector< K, 3 > &u, const FieldVector< K, 3 > &v) |
|
template<class K , int m> |
static K | Dune::Alberta::determinant (const FieldMatrix< K, 0, m > &matrix) |
|
template<class K > |
static K | Dune::Alberta::determinant (const FieldMatrix< K, 1, 1 > &matrix) |
|
template<class K , int m> |
static K | Dune::Alberta::determinant (const FieldMatrix< K, 1, m > &matrix) |
|
template<class K > |
static K | Dune::Alberta::determinant (const FieldMatrix< K, 2, 2 > &matrix) |
|
template<class K > |
static K | Dune::Alberta::determinant (const FieldMatrix< K, 2, 3 > &matrix) |
|
template<class K , int m> |
static K | Dune::Alberta::determinant (const FieldMatrix< K, 2, m > &matrix) |
|
template<class K > |
static K | Dune::Alberta::determinant (const FieldMatrix< K, 3, 3 > &matrix) |
|
template<class K , int m> |
static K | Dune::Alberta::invert (const FieldMatrix< K, 0, m > &matrix, FieldMatrix< K, m, 0 > &inverse) |
|
template<class K > |
static K | Dune::Alberta::invert (const FieldMatrix< K, 1, 1 > &matrix, FieldMatrix< K, 1, 1 > &inverse) |
|
template<class K , int m> |
static K | Dune::Alberta::invert (const FieldMatrix< K, 1, m > &matrix, FieldMatrix< K, m, 1 > &inverse) |
|
template<class K > |
static K | Dune::Alberta::invert (const FieldMatrix< K, 2, 2 > &matrix, FieldMatrix< K, 2, 2 > &inverse) |
|
template<class K , int m> |
static K | Dune::Alberta::invert (const FieldMatrix< K, 2, m > &matrix, FieldMatrix< K, m, 2 > &inverse) |
|
template<class K > |
static K | Dune::Alberta::invert (const FieldMatrix< K, 3, 3 > &matrix, FieldMatrix< K, 3, 3 > &inverse) |
|