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

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

Base typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >
BlockProblemTraits typedef (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >)bogus::ConstrainedSolverBase< GaussSeidelImpl, 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< GaussSeidelImpl, BlockMatrixType >)bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >protected
DiagonalBlockType typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
dualityCOV(const NSLaw &law, const RhsT &b, ResT &x) constbogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >
eval(const NSLaw &law, const ResT &y, const RhsT &x) constbogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >
evalAndKeepBest(const NSLaw &law, const ResT &x, const typename GlobalProblemTraits::DynVector &y, typename GlobalProblemTraits::DynVector &x_best, Scalar &err_best) const (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
explicitMatrix() const (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
GaussSeidelBase() (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
GlobalProblemTraits typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >
Index typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
iterableMatrix() const (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
m_autoRegularizationbogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
m_callback (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >protected
m_evalEverybogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
m_localMatrices (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
m_matrixbogus::BlockSolverBase< BlockMatrixType >protected
m_maxItersbogus::BlockSolverBase< BlockMatrixType >protected
m_maxThreadsbogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
m_regularization (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
m_scaling (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >)bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >protected
m_skipItersbogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
m_skipTolbogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
m_tolbogus::BlockSolverBase< BlockMatrixType >protected
m_useInfinityNormbogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >protected
matrix() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
maxIters() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
processLocalMatrices() (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
projectOnConstraints(const NSLaw &projector, VectorT &x) constbogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >
Scalar typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >
setAutoRegularization(Scalar maxRegul)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >
setEvalEvery(unsigned evalEvery)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >
setMatrix(const BlockObjectBase< BlockMatrixType > &matrix)bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >
setMaxIters(unsigned maxIters)bogus::BlockSolverBase< BlockMatrixType >
setMaxThreads(unsigned maxThreads=0)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >
setSkipIters(unsigned skipIters)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >
setSkipTol(Scalar skipTol)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >
setTol(Scalar tol)bogus::BlockSolverBase< BlockMatrixType >
solve(const NSLaw &law, const RhsT &b, ResT &x) const (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >)bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >
tol() const (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >
tryZero(const NSLaw &law, const RhsT &b, ResT &x, typename GlobalProblemTraits::DynVector &x_best, Scalar &err_best) const (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >)bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >protected
updateScalings() (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >)bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >protected
useInfinityNorm(bool useInfNorm)bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >
usesInfinityNorm() const (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >)bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >
~BlockSolverBase() (defined in bogus::BlockSolverBase< BlockMatrixType >)bogus::BlockSolverBase< BlockMatrixType >virtual