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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidLeftMultiply(double[] x, double[] y) abstract intnum_cols()abstract intnum_rows()abstract voidRightMultiply(double[] x, double[] y)
-
Constructor Details
-
LinearOperator
public LinearOperator()
-
-
Method Details
-
RightMultiply
public abstract void RightMultiply(double[] x, double[] y) -
LeftMultiply
public abstract void LeftMultiply(double[] x, double[] y) -
num_rows
public abstract int num_rows() -
num_cols
public abstract int num_cols()
-