Package gov.nih.mipav.model.algorithms
Class CeresSolver.LinearOperator
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LinearOperator
-
- Direct Known Subclasses:
CeresSolver.CgnrLinearOperator
,CeresSolver.ImplicitSchurComplement
,CeresSolver.LowRankInverseHessian
,CeresSolver.Preconditioner
,CeresSolver.SparseMatrix
- Enclosing class:
- CeresSolver
abstract class CeresSolver.LinearOperator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LinearOperator()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
LeftMultiply(double[] x, double[] y)
abstract int
num_cols()
abstract int
num_rows()
abstract void
RightMultiply(double[] x, double[] y)
-