Feel++  0.91.4
Classes | Namespaces | Functions
lu.hpp File Reference
#include <boost/mpl/int.hpp>
#include <feel/feelcore/feel.hpp>
#include <feel/feelcore/traits.hpp>
#include <feel/feelalg/glas.hpp>

Classes

class  Feel::LU< MatrixType >

Namespaces

namespace  Feel

Functions

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<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 >
Matrix::value_type Feel::det (Matrix const &M)
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)

Detailed Description

Author:
Christophe Prud'homme chris.nosp@m.toph.nosp@m.e.pru.nosp@m.dhom.nosp@m.me@uj.nosp@m.f-gr.nosp@m.enobl.nosp@m.e.fr
Date:
2005-02-08