Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
lu.hpp File Reference
#include <boost/mpl/int.hpp>
#include <feel/feelcore/feel.hpp>
#include <feel/feelcore/traits.hpp>
#include <feel/feelalg/glas.hpp>

Go to the source code of this file.

Classes

class  Feel::LU< MatrixType >
 

Namespaces

 Feel
 [marker1]
 

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<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)
 

Detailed Description


Generated on Sun Dec 22 2013 13:11:15 for Feel++ by doxygen 1.8.5