|
template<typename Matrix > |
Matrix::value_type | Feel::details::det (Matrix const &M, mpl::int_< 1 >) |
|
template<typename Matrix > |
Matrix::value_type | Feel::details::det (Matrix const &M, mpl::int_< 2 >) |
|
template<typename Matrix > |
Matrix::value_type | Feel::details::det (Matrix const &M, mpl::int_< 3 >) |
|
template<typename Matrix > |
Matrix::value_type | Feel::details::det (Matrix const &M, mpl::int_< 4 >) |
|
template<int Dim, typename Matrix > |
Matrix::value_type | Feel::det (Matrix const &M) |
|
template<typename Matrix > |
void | Feel::details::inverse (Matrix const &M, Matrix &Minv, mpl::int_< 1 >) |
|
template<typename Matrix > |
void | Feel::details::inverse (Matrix const &M, Matrix &Minv, mpl::int_< 2 >) |
|
template<typename Matrix > |
void | Feel::details::inverse (Matrix const &M, Matrix &Minv, mpl::int_< 3 >) |
|
template<typename Matrix > |
void | Feel::details::inverse (Matrix const &__restrict__ M, Matrix &__restrict__ Minv, typename Matrix::value_type const &J, mpl::int_< 1 >) |
|
template<typename Matrix > |
void | Feel::details::inverse (Matrix const &__restrict__ M, Matrix &__restrict__ Minv, typename Matrix::value_type const &J, mpl::int_< 2 >) |
|
template<typename Matrix > |
void | Feel::details::inverse (Matrix const &__restrict__ M, Matrix &__restrict__ Minv, typename Matrix::value_type const &J, mpl::int_< 3 >) |
|
template<int Dim, typename Matrix > |
void | Feel::inverse (Matrix const &M, Matrix &Minv) |
|
template<int Dim, typename Matrix > |
void | Feel::inverse (Matrix const &__restrict__ M, Matrix &__restrict__ Minv, typename Matrix::value_type const &J) |
|