Documentation of 'edu.emory.mathcs.csparsej.tdouble.Dcs_gaxpy' Java class
Dcs_gaxpy
edu.emory.mathcs.csparsej.tdouble

Class Dcs_gaxpy



  • public class Dcs_gaxpy
    extends java.lang.Object
    Sparse matrix times dense vector.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Dcs_gaxpy() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_gaxpy(Dcs_common.Dcs A, double[] x, double[] y)
      Sparse matrix times dense column vector, y = A*x+y.
      • Methods inherited from class java.lang.Object

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

      • Dcs_gaxpy

        public Dcs_gaxpy()
    • Method Detail

      • cs_gaxpy

        public static boolean cs_gaxpy(Dcs_common.Dcs A,
                                       double[] x,
                                       double[] y)
        Sparse matrix times dense column vector, y = A*x+y.
        Parameters:
        A - column-compressed matrix
        x - size n, vector x
        y - size m, vector y
        Returns:
        true if successful, false on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.