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
class CeresSolver.CgnrLinearOperator extends CeresSolver.LinearOperator
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.LinearOperatorA_private double[]D_private double[]z_
-
Constructor Summary
Constructors Constructor Description CgnrLinearOperator(CeresSolver.LinearOperator A, double[] D)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidLeftMultiply(double[] x, double[] y)intnum_cols()intnum_rows()voidRightMultiply(double[] x, double[] y)
-
-
-
Field Detail
-
A_
private CeresSolver.LinearOperator A_
-
D_
private double[] D_
-
z_
private double[] z_
-
-
Constructor Detail
-
CgnrLinearOperator
public CgnrLinearOperator(CeresSolver.LinearOperator A, double[] D)
-
-
Method Detail
-
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
-
-