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 voidLeftMultiply(double[] x, double[] y)abstract intnum_cols()abstract intnum_rows()abstract voidRightMultiply(double[] x, double[] y)
-