Feel++ 0.91.0
Classes | Namespaces | Functions

/build/buildd/feel++-0.91.0~svn7013/feel/feelalg/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 <christophe.prudhomme@ujf-grenoble.fr>
Date:
2005-02-08