Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityMetric/Debug/
H A DCompareQM.cpp295 const std::vector<SymMatrix3D>& hess1, in check_hess_diag()
348 const std::vector<Matrix3D>& hess1, in check_hess()
457 void CompareQM::HessStat::add_diag_diff( Matrix3D hess1, Matrix3D hess2 ) in add_diag_diff()
466 void CompareQM::HessStat::add_diag_diff( SymMatrix3D hess1, SymMatrix3D hess2 ) in add_diag_diff()
488 void CompareQM::HessStat::add_nondiag_diff( Matrix3D hess1, Matrix3D hess2 ) in add_nondiag_diff()
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dhock_schittkowsky_71.cpp59 auto hess1 = p.hessians(x1); in BOOST_AUTO_TEST_CASE() local
H A Dproblem.cpp1270 struct hess1 { struct
1292 problem p{hess1{}}; in BOOST_AUTO_TEST_CASE() argument
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DCompositeOFTest.cpp286 std::vector<SymMatrix3D> hess1, hess2, hess; in test_multiply_hess_diagonal() local
349 MsqHessian hess1, hess2, hess; in test_add_hessian() local
389 MsqHessian hess1, hess2, hess; in test_scalar_add_hessian() local
411 MsqHessian hess1, hess2, hess; in test_scalar_multiply_hessian() local
H A DQualityMetricTester.cpp1262 std::vector<SymMatrix3D> hess1; in compare_eval_with_diag_and_eval_with_hessian() local
1711 std::vector< std::vector<Matrix3D> > hess1(handles.size()); in test_hessian_transform_invariant() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Drestart_test.cpp138 RealSymMatrix hess1(NUM_VC_TOTALS, NUM_VC_TOTALS); in TEUCHOS_UNIT_TEST() local
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/
H A Didft_time_test.cpp800 bool CompareMetric::equal( SymMatrix3D hess1, const SymMatrix3D& hess2 ) const in equal()
811 bool CompareMetric::equal( Matrix3D hess1, const Matrix3D& hess2 ) const in equal()
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/blocksqp/
H A Dblocksqp.hpp101 double **hess1; // [blockwise] first Hessian approximation member
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmath_extra_liggghts_superquadric.cpp619 …ric *particleB, double &f1, double &f2, double *gradA, double *gradB, double *hess1, double *hess2… in calc_F()
643 …ric *particleB, double &f1, double &f2, double *gradA, double *gradB, double *hess1, double *hess2… in calc_F()