| 
    libMesh
    
   | 
 
Abstract base class to be used to calculate the Jacobian of the inequality constraints. More...
#include <optimization_system.h>
Public Member Functions | |
| virtual | ~ComputeInequalityConstraintsJacobian () | 
| virtual void | inequality_constraints_jacobian (const NumericVector< Number > &X, SparseMatrix< Number > &C_ineq_jac, sys_type &S)=0 | 
| This function will be called to evaluate the Jacobian of C_ineq(X).  More... | |
Abstract base class to be used to calculate the Jacobian of the inequality constraints.
Definition at line 187 of file optimization_system.h.
      
  | 
  inlinevirtual | 
Definition at line 190 of file optimization_system.h.
      
  | 
  pure virtual | 
This function will be called to evaluate the Jacobian of C_ineq(X).
Referenced by libMesh::__libmesh_nlopt_inequality_constraints(), and libMesh::__libmesh_tao_inequality_constraints_jacobian().
 1.8.16