Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/function/objective/
H A DROL_Objective.hpp189 virtual std::vector<std::vector<Real> > checkGradient( const Vector<Real> &x, in checkGradient() function in ROL::Objective
249 virtual std::vector<std::vector<Real> > checkGradient( const Vector<Real> &x, in checkGradient() function in ROL::Objective
H A DROL_ObjectiveDef.hpp127 std::vector<std::vector<Real> > Objective<Real>::checkGradient( const Vector<Real> &x, in checkGradient() function in ROL::Objective
147 std::vector<std::vector<Real> > Objective<Real>::checkGradient( const Vector<Real> &x, in checkGradient() function in ROL::Objective
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/impl/
H A Dgicp.hpp368 OptimizationFunctorWithIndices::checkGradient(const Vector6d& g) in checkGradient() function in pcl::GeneralizedIterativeClosestPoint::OptimizationFunctorWithIndices
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/
H A Dbfgs.h104 checkGradient(const VectorType& g) in checkGradient() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/outputdevice/
H A Dcommon.cxx522 static bool checkGradient(BitmapScopedWriteAccess& pAccess, int x, int y, int count, int addX, int … in checkGradient() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/svm/
H A Dsvmtest.cxx1198 void SvmTest::checkGradient(const GDIMetaFile& rMetaFile) in checkGradient() function in SvmTest
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/svm/
H A Dsvmtest.cxx1184 void SvmTest::checkGradient(const GDIMetaFile& rMetaFile) in checkGradient() function in SvmTest
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/algorithm/
H A DROL_OptimizationProblem.hpp74 std::vector<std::vector<Real>> checkGradient; member