Home
last modified time | relevance | path

Searched defs:ctrls (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dsplines.cpp52 MatrixXd ctrls(8,2); in closed_spline2d() local
82 MatrixXd ctrls(8,3); in spline3d() local
/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h141 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose(); in Interpolate() local
DSpline.h75 …Spline(const OtherVectorType& knots, const OtherArrayType& ctrls) : m_knots(knots), m_ctrls(ctrls)… in Spline()
93 const ControlPointVectorType& ctrls() const { return m_ctrls; } in ctrls() function