Package org.apache.spark.mllib.linalg
package org.apache.spark.mllib.linalg
-
ClassDescriptionARPACK routines for MLlib's vectors and matrices.BLAS routines for MLlib's vectors and matrices.Compute Cholesky decomposition.Column-major dense matrix.A dense vector represented by a value array.Compute eigen-decomposition.LAPACK routines for MLlib's vectors and matrices.Factory methods for
Matrix
.Trait for a local matrix.QRDecomposition<QType,RType> Represents QR factors.SingularValueDecomposition<UType,VType> Represents singular value decomposition (SVD) factors.Column-major sparse matrix.A sparse vector represented by an index array and a value array.Represents a numeric vector, whose index type is Int and value type is Double.Factory methods forVector
.:: AlphaComponent ::