Feel++  0.92.0
Classes | Namespaces | Functions
/home/prudhomm/sources/feelpp/feel/feelpoly/jacobi.hpp File Reference
#include <cmath>
#include <boost/function.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/io.hpp>
#include <feel/feelcore/traits.hpp>

Classes

class  Feel::Jacobi< N, T >
 1D Jacobi polynomial More...
class  Feel::dyna::Jacobi< T >
 1D Jacobi polynomial More...

Namespaces

namespace  Feel

Functions

template<uint16_type N, typename T >
ublas::matrix< T > Feel::JacobiBatchEvaluation (T a, T b, ublas::vector< T > const &__pts)
template<uint16_type N, typename T >
void Feel::JacobiBatchDerivation (ublas::matrix< T > &res, T a, T b, ublas::vector< T > const &__pts, mpl::bool_< true >)
template<uint16_type N, typename T >
void Feel::JacobiBatchDerivation (ublas::matrix< T > &, T, T, ublas::vector< T > const &, mpl::bool_< false >)
template<uint16_type N, typename T >
ublas::matrix< T > Feel::JacobiBatchDerivation (T a, T b, ublas::vector< T > const &__pts)
template<typename T >
ublas::matrix< T > Feel::dyna::JacobiBatchEvaluation (uint16_type N, T a, T b, ublas::vector< T > const &__pts)
template<typename T >
ublas::matrix< T > Feel::dyna::JacobiBatchDerivation (uint16_type N, T a, T b, ublas::vector< T > const &__pts)

Detailed Description

Author:
Christophe Prud'homme <christophe.prudhomme@ujf-grenoble.fr>
Date:
2005-07-26