Class QRDecomposition<QType,RType>

Object
org.apache.spark.mllib.linalg.QRDecomposition<QType,RType>
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class QRDecomposition<QType,RType> extends Object implements scala.Product, scala.Serializable
Represents QR factors.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Q()
     
    R()
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productIterator, productPrefix
  • Constructor Details

    • QRDecomposition

      public QRDecomposition(QType Q, RType R)
  • Method Details