Uses of Package
dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative
-
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative used by dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative Class Description ConvergenceFailure This exception is thrown byIterativeLinearSystemSolver.solve(dev.nm.algebra.linear.matrix.doubles.linearsystem.LSProblem, dev.nm.misc.algorithm.iterative.monitor.IterationMonitor)
when the iterative algorithm detects a breakdown or fails to converge.ConvergenceFailure.Reason the reasons for the convergence failureIterativeLinearSystemSolver.Solution This is the solution to a system of linear equations using an iterative solver. -
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative used by dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.nonstationary Class Description ConvergenceFailure This exception is thrown byIterativeLinearSystemSolver.solve(dev.nm.algebra.linear.matrix.doubles.linearsystem.LSProblem, dev.nm.misc.algorithm.iterative.monitor.IterationMonitor)
when the iterative algorithm detects a breakdown or fails to converge.IterativeLinearSystemSolver An iterative method for solving an N-by-N (or non-square) linear system Ax = b involves a sequence of matrix-vector multiplications.IterativeLinearSystemSolver.Solution This is the solution to a system of linear equations using an iterative solver. -
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative used by dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.stationary Class Description ConvergenceFailure This exception is thrown byIterativeLinearSystemSolver.solve(dev.nm.algebra.linear.matrix.doubles.linearsystem.LSProblem, dev.nm.misc.algorithm.iterative.monitor.IterationMonitor)
when the iterative algorithm detects a breakdown or fails to converge.IterativeLinearSystemSolver An iterative method for solving an N-by-N (or non-square) linear system Ax = b involves a sequence of matrix-vector multiplications.IterativeLinearSystemSolver.Solution This is the solution to a system of linear equations using an iterative solver.