Package gov.nih.mipav.model.algorithms
Class CeresSolver.DenseSchurComplementSolver
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
gov.nih.mipav.model.algorithms.CeresSolver.TypedLinearSolver<CeresSolver.BlockSparseMatrix>
gov.nih.mipav.model.algorithms.CeresSolver.SchurComplementSolver
gov.nih.mipav.model.algorithms.CeresSolver.DenseSchurComplementSolver
- Enclosing class:
CeresSolver
-
Field Summary
Fields inherited from class gov.nih.mipav.model.algorithms.CeresSolver.TypedLinearSolver
execution_summary_Fields inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
perSolveOptions, summary -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected CeresSolver.LinearSolverSummarySolveReducedLinearSystem(CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] solution) Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.SchurComplementSolver
lhs, options, rhs, set_lhs, set_rhs, SolveImplMethods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.TypedLinearSolver
Solve, Statistics
-
Constructor Details
-
DenseSchurComplementSolver
-
-
Method Details
-
InitStorage
- Specified by:
InitStoragein classCeresSolver.SchurComplementSolver
-
SolveReducedLinearSystem
protected CeresSolver.LinearSolverSummary SolveReducedLinearSystem(CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] solution) - Specified by:
SolveReducedLinearSystemin classCeresSolver.SchurComplementSolver
-