Package gov.nih.mipav.model.algorithms
Class CeresSolver.CgnrLinearOperator
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LinearOperator
gov.nih.mipav.model.algorithms.CeresSolver.CgnrLinearOperator
- Enclosing class:
CeresSolver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CeresSolver.LinearOperatorprivate double[]private double[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLeftMultiply(double[] x, double[] y) intnum_cols()intnum_rows()voidRightMultiply(double[] x, double[] y)
-
Field Details
-
A_
-
D_
private double[] D_ -
z_
private double[] z_
-
-
Constructor Details
-
CgnrLinearOperator
-
-
Method Details
-
RightMultiply
public void RightMultiply(double[] x, double[] y) - Specified by:
RightMultiplyin classCeresSolver.LinearOperator
-
LeftMultiply
public void LeftMultiply(double[] x, double[] y) - Specified by:
LeftMultiplyin classCeresSolver.LinearOperator
-
num_rows
public int num_rows()- Specified by:
num_rowsin classCeresSolver.LinearOperator
-
num_cols
public int num_cols()- Specified by:
num_colsin classCeresSolver.LinearOperator
-