|
|
template<typename Type > |
bool | walberla::math::isnan (const MatrixMxN< Type > &m) |
| Checks the given matrix for not-a-number elements. More...
|
|
template<typename Type > |
void | walberla::math::reset (MatrixMxN< Type > &m) |
| Resetting the given dense matrix. More...
|
|
template<typename Type > |
void | walberla::math::clear (MatrixMxN< Type > &m) |
| Clearing the given dense matrix. More...
|
|
template<typename Type > |
bool | walberla::math::isDefault (const MatrixMxN< Type > &m) |
| Returns whether the given dense matrix is in default state. More...
|
|
template<typename Type > |
const MatrixMxN< Type > | walberla::math::inv (const MatrixMxN< Type > &m) |
| Inverting the given dense matrix. More...
|
|
template<typename Type > |
void | walberla::math::swap (MatrixMxN< Type > &a, MatrixMxN< Type > &b) |
| Swapping the contents of two matrices. More...
|
|
|
template<typename Type > |
bool | walberla::math::isnan (const MatrixMxN< Type > &m) |
| Checks the given matrix for not-a-number elements. More...
|
|
template<typename Type > |
void | walberla::math::reset (MatrixMxN< Type > &m) |
| Resetting the given dense matrix. More...
|
|
template<typename Type > |
void | walberla::math::clear (MatrixMxN< Type > &m) |
| Clearing the given dense matrix. More...
|
|
template<typename Type > |
bool | walberla::math::isDefault (const MatrixMxN< Type > &m) |
| Returns whether the given dense matrix is in default state. More...
|
|
template<typename Type > |
const MatrixMxN< Type > | walberla::math::inv (const MatrixMxN< Type > &m) |
| Inverting the given dense matrix. More...
|
|
template<typename Type > |
void | walberla::math::swap (MatrixMxN< Type > &a, MatrixMxN< Type > &b) |
| Swapping the contents of two matrices. More...
|
|