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