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

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

BlockProblemTraits typedef (defined in bogus::ConstrainedSolverBase< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, 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< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >protected
dualityCOV(const NSLaw &law, const RhsT &b, ResT &x) const bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
eval(const NSLaw &law, const ResT &y, const RhsT &x) const bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
GlobalProblemTraits typedef (defined in bogus::ConstrainedSolverBase< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
Index typedef (defined in bogus::ConstrainedSolverBase< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
m_callback (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >protected
m_matrixbogus::BlockSolverBase< BlockMatrixType >protected
m_maxItersbogus::BlockSolverBase< BlockMatrixType >protected
m_scaling (defined in bogus::ConstrainedSolverBase< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >protected
m_tolbogus::BlockSolverBase< BlockMatrixType >protected
m_useInfinityNormbogus::ConstrainedSolverBase< Derived, BlockMatrixType >protected
matrix() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
maxIters() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
projectOnConstraints(const NSLaw &projector, VectorT &x) const bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
Scalar typedef (defined in bogus::ConstrainedSolverBase< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
setMatrix(const BlockObjectBase< BlockMatrixType > &matrix)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
setMaxIters(unsigned maxIters)bogus::BlockSolverBase< BlockMatrixType >
setTol(Scalar tol)bogus::BlockSolverBase< BlockMatrixType >
solve(const NSLaw &law, const RhsT &b, ResT &x) const (defined in bogus::ConstrainedSolverBase< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
tol() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
updateScalings() (defined in bogus::ConstrainedSolverBase< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >protected
useInfinityNorm(bool useInfNorm)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
usesInfinityNorm() const (defined in bogus::ConstrainedSolverBase< Derived, BlockMatrixType >)bogus::ConstrainedSolverBase< Derived, BlockMatrixType >
~BlockSolverBase() (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >virtual