So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
bogus::ProjectedGradient< BlockMatrixType > Member List

This is the complete list of members for bogus::ProjectedGradient< BlockMatrixType >, including all inherited members.

Base typedef (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >
BlockProblemTraits typedef (defined in bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >)bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >
BlockSolverBase(const BlockObjectBase< BlockMatrixType > *matrix=(static_cast< const BlockObjectBase< BlockMatrixType > * >(0)), unsigned maxIters=0, Scalar tol=0) (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >protected
BlockTraits typedef (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
callback()bogus::BlockSolverBase< BlockMatrixType >
callback() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
CallBackType typedef (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
ConstrainedSolverBase() (defined in bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >)bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >protected
dualityCOV(const NSLaw &law, const RhsT &b, ResT &x) constbogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >
eval(const NSLaw &law, const ResT &y, const RhsT &x) constbogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >
GlobalProblemTraits typedef (defined in bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >)bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >
Index typedef (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >protected
init()bogus::ProjectedGradient< BlockMatrixType >protected
lineSearchArmijoCoefficient() const (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >
lineSearchIterations() const (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >
lineSearchOptimisticFactor() const (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >
lineSearchPessimisticFactor() const (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >
m_callback (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >protected
m_defaultVariant (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >protected
m_lsArmijoCoefficient (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >protected
m_lsIters (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >protected
m_lsOptimisticFactor (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >protected
m_lsPessimisticFactor (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >protected
m_matrixbogus::BlockSolverBase< BlockMatrixType >protected
m_maxItersbogus::BlockSolverBase< BlockMatrixType >protected
m_scaling (defined in bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >)bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >protected
m_tolbogus::BlockSolverBase< BlockMatrixType >protected
m_useInfinityNormbogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >protected
matrix() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
maxIters() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
ProjectedGradient()bogus::ProjectedGradient< BlockMatrixType >
ProjectedGradient(const BlockObjectBase< BlockMatrixType > &matrix)bogus::ProjectedGradient< BlockMatrixType >explicit
projectOnConstraints(const NSLaw &projector, VectorT &x) constbogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >
Scalar typedef (defined in bogus::ProjectedGradient< BlockMatrixType >)bogus::ProjectedGradient< BlockMatrixType >
setDefaultVariant(projected_gradient::Variant variant)bogus::ProjectedGradient< BlockMatrixType >
setLineSearchArmijoCoefficient(const Scalar lsArmijoCoefficient)bogus::ProjectedGradient< BlockMatrixType >
setLineSearchIterations(const unsigned lsIterations)bogus::ProjectedGradient< BlockMatrixType >
setLineSearchOptimisticFactor(const Scalar lsOptimisticFactor)bogus::ProjectedGradient< BlockMatrixType >
setLineSearchPessimisticFactor(const Scalar lsPessimisticFactor)bogus::ProjectedGradient< BlockMatrixType >
setMatrix(const BlockObjectBase< BlockMatrixType > &matrix)bogus::ProjectedGradient< BlockMatrixType >
setMaxIters(unsigned maxIters)bogus::BlockSolverBase< BlockMatrixType >
setTol(Scalar tol)bogus::BlockSolverBase< BlockMatrixType >
solve(const NSLaw &law, const RhsT &b, ResT &x) const bogus::ProjectedGradient< BlockMatrixType >
solve(const NSLaw &law, const RhsT &b, ResT &x) const bogus::ProjectedGradient< BlockMatrixType >
tol() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
updateScalings() (defined in bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >)bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >protected
useInfinityNorm(bool useInfNorm)bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >
usesInfinityNorm() const (defined in bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >)bogus::ConstrainedSolverBase< ProjectedGradient< BlockMatrixType >, BlockMatrixType >
~BlockSolverBase() (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >virtual