CubbyFlow::FDMJacobiSolver2 Member List

This is the complete list of members for CubbyFlow::FDMJacobiSolver2, including all inherited members.

FDMJacobiSolver2(unsigned int maxNumberOfIterations, unsigned int residualCheckInterval, double tolerance)CubbyFlow::FDMJacobiSolver2
FDMLinearSystemSolver2()=defaultCubbyFlow::FDMLinearSystemSolver2
FDMLinearSystemSolver2(const FDMLinearSystemSolver2 &)=deleteCubbyFlow::FDMLinearSystemSolver2
FDMLinearSystemSolver2(FDMLinearSystemSolver2 &&) noexcept=deleteCubbyFlow::FDMLinearSystemSolver2
GetLastNumberOfIterations() constCubbyFlow::FDMJacobiSolver2
GetLastResidual() constCubbyFlow::FDMJacobiSolver2
GetMaxNumberOfIterations() constCubbyFlow::FDMJacobiSolver2
GetTolerance() constCubbyFlow::FDMJacobiSolver2
operator=(const FDMLinearSystemSolver2 &)=deleteCubbyFlow::FDMLinearSystemSolver2
operator=(FDMLinearSystemSolver2 &&) noexcept=deleteCubbyFlow::FDMLinearSystemSolver2
Relax(const FDMMatrix2 &A, const FDMVector2 &b, FDMVector2 *x, FDMVector2 *xTemp)CubbyFlow::FDMJacobiSolver2static
Relax(const MatrixCSRD &A, const VectorND &b, VectorND *x, VectorND *xTemp)CubbyFlow::FDMJacobiSolver2static
Solve(FDMLinearSystem2 *system) overrideCubbyFlow::FDMJacobiSolver2virtual
SolveCompressed(FDMCompressedLinearSystem2 *system) overrideCubbyFlow::FDMJacobiSolver2virtual
~FDMLinearSystemSolver2()=defaultCubbyFlow::FDMLinearSystemSolver2virtual