Documentation of 'edu.emory.mathcs.csparsej.tfloat.Scs_sqr' Java class
Scs_sqr
edu.emory.mathcs.csparsej.tfloat

Class Scs_sqr



  • public class Scs_sqr
    extends java.lang.Object
    Symbolic QR or LU ordering and analysis.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_sqr() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Scs_common.Scss cs_sqr(int order, Scs_common.Scs A, boolean qr)
      Symbolic QR or LU ordering and analysis.
      • Methods inherited from class java.lang.Object

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

      • Scs_sqr

        public Scs_sqr()
    • Method Detail

      • cs_sqr

        public static Scs_common.Scss cs_sqr(int order,
                                             Scs_common.Scs A,
                                             boolean qr)
        Symbolic QR or LU ordering and analysis.
        Parameters:
        order - ordering method to use (0 to 3)
        A - column-compressed matrix
        qr - analyze for QR if true or LU if false
        Returns:
        symbolic analysis for QR or LU, null on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.