Code-Eli  0.3.6
eli::geom::curve::internal Namespace Reference

Classes

struct  length_functor
 

Functions

template<typename Derived1 , typename Derived2 , typename PointType >
void build_fit_Ab (Eigen::MatrixBase< Derived1 > &A, Eigen::MatrixBase< Derived2 > &b, std::vector< typename Derived1::Scalar > &t, const std::vector< PointType, Eigen::aligned_allocator< PointType > > &pts, const typename Derived1::Index &n, const size_t &dim)
 
template<typename index_type1 , typename index_type2 , typename index_type3 >
index_type1 determine_n (const index_type1 &deg_in, const index_type2 &nconstrs, const index_type3 &npts)
 

Function Documentation

template<typename Derived1 , typename Derived2 , typename PointType >
void eli::geom::curve::internal::build_fit_Ab ( Eigen::MatrixBase< Derived1 > &  A,
Eigen::MatrixBase< Derived2 > &  b,
std::vector< typename Derived1::Scalar > &  t,
const std::vector< PointType, Eigen::aligned_allocator< PointType > > &  pts,
const typename Derived1::Index &  n,
const size_t &  dim 
)

Here is the call graph for this function:

template<typename index_type1 , typename index_type2 , typename index_type3 >
index_type1 eli::geom::curve::internal::determine_n ( const index_type1 &  deg_in,
const index_type2 &  nconstrs,
const index_type3 &  npts 
)