Home
last modified time | relevance | path

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

/external/eigen/test/
DsparseLM.cpp21 struct sparseGaussianTest : SparseFunctor<Scalar, int> struct
26 sparseGaussianTest(int inputs, int values) : SparseFunctor<Scalar,int>(inputs,values) in sparseGaussianTest() argument
29 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