Class CeresSolver.LinearOperator

    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinearOperator

        public LinearOperator()
    • Method Detail

      • 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()