Home
last modified time | relevance | path

Searched defs:coeff_matrix (Results 1 – 5 of 5) sorted by relevance

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dbspline_impl.hpp59 M coeff_matrix = coeffs.nz(mapping); // NOLINT(cppcoreguidelines-slicing) in derivative_coeff() local
/dports/misc/vxl/vxl-3.3.2/core/vgl/algo/
H A Dvgl_fit_plane_3d.hxx82 vnl_matrix<T> coeff_matrix(4,4); in fit() local
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/number_fields/include/LiDIA/
H A Dalg_number.h1102 const bigmod_matrix & coeff_matrix() const in coeff_matrix() function
1457 coeff_matrix (const module & a) in coeff_matrix() function
/dports/misc/vxl/vxl-3.3.2/core/vpgl/tests/
H A Dtest_rational_camera.cxx171 vnl_matrix_fixed<double, 4, 20> coeff_matrix; in test_rational_camera() local
/dports/math/polymake/polymake-4.5/apps/topaz/include/
H A DHomologyComplex.h46 typedef SparseMatrix<E> coeff_matrix; typedef