| 
    libMesh
    
   | 
 
Abstract base class to be used to calculate the Jacobian of the equality constraints. More...
#include <optimization_system.h>
Public Member Functions | |
| virtual | ~ComputeEqualityConstraintsJacobian () | 
| virtual void | equality_constraints_jacobian (const NumericVector< Number > &X, SparseMatrix< Number > &C_eq_jac, sys_type &S)=0 | 
| This function will be called to evaluate the Jacobian of C_eq(X).  More... | |
Abstract base class to be used to calculate the Jacobian of the equality constraints.
Definition at line 153 of file optimization_system.h.
      
  | 
  inlinevirtual | 
Definition at line 156 of file optimization_system.h.
      
  | 
  pure virtual | 
This function will be called to evaluate the Jacobian of C_eq(X).
Referenced by libMesh::__libmesh_nlopt_equality_constraints(), and libMesh::__libmesh_tao_equality_constraints_jacobian().
 1.8.16