CUTEr
- CUTEr
- CUTEr — Testing environment for optimization and linear algebra
solvers.
- buildprob — compiles and links a SIF problem with Scilab
- ccfg — Evaluate constraint functions and possibly their
gradients
- ccfsg — Evaluate constraint functions and possibly their gradients,
sparse case,
- ccifg — Evaluates a particular constraint function and possibly its
gradient
- ccifsg — Evaluate an individual constraint function and possibly its
gradient, in a sparse format
- cdh — Evaluate Hessian of Lagrangian function
- cdimen — gets the number of variables and constraints
involved
- cdimsh — gets the number of nonzeros of the Hessian of the
Lagrangian
- cdimsj — number of nonzeros of the Jacobian of the
constraints
- cfn — Evaluate objective function and general constraint
functions
- cgr — Evaluate gradient of the objective or Lagrangian function, and
the gradients of the general constraint functions
- cgrdh — Evaluate gradient of objective or Lagrangian function,
gradients of general constraint functions, and Hessian of
Lagrangian
- cidh — Evaluate individual problem function Hessian
- cish — Evaluate Hessian of individual problem function, sparse
case
- cnames — Get problem, variable and constraint names
- cofg — Evaluate objective function and possibly its
gradient
- conmin_constr — conmin solver external function that computes the
constraints and the jacobian of constraints for
CUTEr.
- conmin_obj — conmin solver external function that computes the objective for CUTEr.
- cprod — Evaluate product of vector p with Hessian of
Lagrangian
- creprt — constrainted tool, obtain statistics concerning function
calls.
- csetup — Set up the data structures for subsequent
computations
- csgr — Evaluate gradient of the objective or Lagrangian function, and
the gradients of the general constraint functions
- csgrsh — Evaluate gradient of objective or Lagrangian function,
gradient of general constraint functions, and Hessian of
Lagrangian
- csh — Evaluate Hessian of the Lagrangian function
- cute2qp — Convert a LQ CUTEr problem into a matrix representation.
- cuter_bench — benchmarks solvers against CUTEr problem collection function
- cvarty — determines the type of each variable involved for constrained
problems
- fsqp_cntr — fsqp solver external function that computes the constraints for CUTEr.
- fsqp_grcntr — fsqp solver external function that computes the jacobian of the constraints for CUTEr.
- fsqp_grobj — fsqp solver external function that computes the gradient of objective for CUTEr.
- fsqp_neweval — Evaluate the objective and its gradient, the contraints and the jacobian for a CUTEr problem.
- fsqp_obj — fsqp solver external function that computes the objective for CUTEr.
- get_classification — returns the classification record of a SIF problem
- get_problem_sizes — returns properties of a decoded SIF problem
- ipopt_cntr — ipopt solver external function that computes the constraints for CUTEr.
- ipopt_grcntr — ipopt solver external function that computes the jacobian of the constraints for CUTEr.
- ipopt_grobj — ipopt solver external function that computes the gradient of the objective for CUTEr.
- ipopt_obj — ipopt solver external function that computes the objective for CUTEr.
- optim_obj — optim solver external function that computes the objective for CUTEr.
- perf_profile — benchmarks solvers against CUTEr problem collection function
- sifconmin — apply conmin function to a SIF problem
- sifdecode — decode a SIF problem
- siffsqp — apply fsqp function to a SIF problem
- sifipopt — apply ipopt function to a SIF problem
- sifoptim — apply optim function to a SIF problem
- sifqld — apply qld function to a SIF problem
- sifqpsolve — apply qpsolve function to a SIF problem
- sifquapro — apply quapro function to a SIF problem
- sifselect — selects a set of SIF problems
- ubandh — unconstrained tools, extraction of a banded matrix out of the
Hessian.
- ucost — Evaluate objective function and gradient
- udh — udh evaluates the Hessian matrix of the objective
function
- udimen — returns the unconstrained problem dimension
- udimsh — unconstrained tool, gets the number of non zeros in the
Hessian
- ufn — unconstrained tool, function evaluation.
- ugr — unconstrained tool, gradient evaluation
- ugrdh — unconstrained tool, gradient and dense Hessian
- ugrsh — unconstrained tool, gradient and Hessian sparse
matrix
- unames — unconstrained tool, obtain the names of the problem and its
variables
- unlink — unlink entry points created by link
- uofg — unconstrained tool, evaluation of function and possibly
gradient.
- uprod — unconstrained tool, form the matrix-vector product of a vector
with the Hessian matrix
- ureprt — unconstrainted tool, obtain statistics concerning fouction
calls.
- usetup — unconstrained tool, set up strating point, and
bounds
- ush — unconstrained tool, evaluated the objective Hessian in sparse
format.
- uvarty — unconstrained tool, determines type of each
variable
- fsqp_neweval — Evaluate the objective and its gradient, the contraints and the jacobian for a CUTEr problem.