< Master index Index for manopt\core >

Index for manopt\core

Matlab files in this directory:

 StoreDB
 applyHookApply the hook function to possibly replace the current x (for solvers).
 applyStatsfunApply the statsfun function to a stats structure (for solvers).
 canGetApproxGradientChecks whether an approximate gradient can be computed for this problem.
 canGetApproxHessianChecks whether an approximate Hessian can be computed for this problem.
 canGetCostChecks whether the cost function can be computed for a problem structure.
 canGetDirectionalDerivativeChecks whether dir. derivatives can be computed for a problem structure.
 canGetEuclideanGradientChecks whether the Euclidean gradient can be computed for a problem.
 canGetEuclideanHessianChecks whether the Euclidean Hessian can be computed for a problem.
 canGetGradientChecks whether the gradient can be computed for a problem structure.
 canGetHessianChecks whether the Hessian can be computed for a problem structure.
 canGetLinesearchChecks whether the problem structure can give a line-search a hint.
 canGetPartialEuclideanGradientChecks whether the partial Euclidean gradient can be computed for a problem.
 canGetPartialGradientChecks whether the partial gradient can be computed for a given problem.
 canGetPreconChecks whether a preconditioner was specified in the problem description.
 canGetSqrtPreconChecks whether a square root of preconditioner was specified in problem.
 canGetSubgradientChecks whether a subgradient can be computed for a problem structure.
 getApproxGradientComputes an approximation of the gradient of the cost function at x.
 getApproxHessianComputes an approximation of the Hessian of the cost fun. at x along d.
 getCostComputes the cost function at x.
 getCostGradComputes the cost function and the gradient at x in one call if possible.
 getDirectionalDerivativeComputes the directional derivative of the cost function at x along d.
 getEuclideanGradientComputes the Euclidean gradient of the cost function at x.
 getGlobalDefaultsReturns a structure with default option values for Manopt.
 getGradientComputes the gradient of the cost function at x.
 getGradientFDComputes an approx. of the gradient w/ finite differences of the cost.
 getHessianComputes the Hessian of the cost function at x along d.
 getHessianFDComputes an approx. of the Hessian w/ finite differences of the gradient.
 getLinesearchReturns a hint for line-search algorithms.
 getPartialEuclideanGradientComputes the Euclidean gradient of a subset of terms in cost function.
 getPartialGradientComputes the gradient of a subset of terms in the cost function at x.
 getPreconApplies the preconditioner for the Hessian of the cost at x along d.
 getSqrtPreconApplies the square root of the Hessian preconditioner at x along d.
 getStore
 getSubgradientComputes a subgradient of the cost function at x, up to a tolerance
 handle_light
 mergeOptionsMerges two options structures with one having precedence over the other.
 purgeStoredb
 setStore
 stoppingcriterionChecks for standard stopping criteria, as a helper to solvers.

Generated on Fri 30-Sep-2022 13:18:24 by m2html © 2005