HomeSort by relevance Sort by last modified time
    Searched full:points4d_ptrs (Results 1 - 1 of 1) sorted by null

  /external/eigen/test/eigen2/
eigen2_regression.cpp 114 Vector4d *points4d_ptrs [1000]; local
115 for(int i = 0; i < 1000; i++) points4d_ptrs[i] = &(points4d[i]);
117 makeNoisyCohyperplanarPoints(1000, points4d_ptrs, &coeffs5d, 0.01);
118 CALL_SUBTEST(check_fitHyperplane(10, points4d_ptrs, coeffs5d, 0.05));
119 CALL_SUBTEST(check_fitHyperplane(100, points4d_ptrs, coeffs5d, 0.01));
120 CALL_SUBTEST(check_fitHyperplane(1000, points4d_ptrs, coeffs5d, 0.002));

Completed in 60 milliseconds