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

Go to the source code of this file.

Classes

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

Namespaces

 Feel
 [marker1]
 

Functions

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::JacobiBatchDerivation (uint16_type N, T a, T b, ublas::vector< T > const &__pts)
 
template<uint16_type N, typename T >
ublas::matrix< T > Feel::JacobiBatchEvaluation (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)
 

Detailed Description


Generated on Fri Oct 25 2013 14:24:27 for Feel++ by doxygen 1.8.4