22 #ifndef BOGUS_LOCAL_SOC_SOLVER_HPP 
   23 #define BOGUS_LOCAL_SOC_SOLVER_HPP 
   25 #include "../SecondOrder.fwd.hpp" 
   30 template< DenseIndexType Dimension, 
typename Scalar, 
bool DeSaxceCOV,
 
   36   typedef typename Traits::Vector Vector ;
 
   37   typedef typename Traits::Matrix Matrix ;
 
   40           const typename Traits::Matrix &A,
 
   41           const typename Traits::Vector &b,
 
   42           typename Traits::Vector &x,
 
   43           const Scalar mu, 
const Scalar tol,
 
   44           const Scalar scaling = 1
 
Strategy
Strategy to be used by the local SOC solver. 
Definition: SecondOrder.fwd.hpp:36
Definition: EigenProblemTraits.hpp:38
Newton algorithm, then Enumerative as failsafe. 
Definition: SecondOrder.fwd.hpp:41
Definition: LocalSOCSolver.hpp:32