Searched defs:sparseGaussianTest (Results 1 – 1 of 1) sorted by relevance
21 struct sparseGaussianTest : SparseFunctor<Scalar, int> struct26 sparseGaussianTest(int inputs, int values) : SparseFunctor<Scalar,int>(inputs,values) in sparseGaussianTest() argument29 VectorType model(const VectorType& uv, VectorType& x) in model()54 void initPoints(VectorType& uv_ref, VectorType& x) in initPoints()59 int operator()(const VectorType& uv, VectorType& fvec) in operator ()()83 int df(const VectorType& uv, JacobianType& fjac) in df()135 sparseGaussianTest<T> sparse_gaussian(inputs, values); in test_sparseLM_T() argument