Home
last modified time | relevance | path

Searched refs:uv_ref (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
DsparseLM.cpp54 void initPoints(VectorType& uv_ref, VectorType& x) in initPoints()
57 m_y = this->model(uv_ref,x); in initPoints()
136 VectorType uv(inputs),uv_ref(inputs); in test_sparseLM_T() local
139 uv_ref << -2, 1, 4 ,8, 6, 1.8, 1.2, 1.1, 1.9 , 3; in test_sparseLM_T()
144 sparse_gaussian.initPoints(uv_ref, x); in test_sparseLM_T()
DdenseLM.cpp50 void initPoints(VectorType& uv_ref, VectorType& x) in initPoints()
53 m_y = this->model(uv_ref, x); in initPoints()
153 VectorType uv(inputs),uv_ref(inputs); in test_denseLM_T() local
157 uv_ref << -2, 1, 4 ,8, 6, 1.8, 1.2, 1.1, 1.9 , 3; in test_denseLM_T()
163 dense_gaussian.initPoints(uv_ref, x); in test_denseLM_T()