Package org.apache.spark.mllib.linalg

Interface Summary
Matrix Trait for a local matrix.
Vector Represents a numeric vector, whose index type is Int and value type is Double.
 

Class Summary
DenseMatrix Column-major dense matrix.
DenseVector A dense vector represented by a value array.
Matrices Factory methods for Matrix.
SingularValueDecomposition<UType,VType> :: Experimental :: Represents singular value decomposition (SVD) factors.
SparseMatrix Column-major sparse matrix.
SparseVector A sparse vector represented by an index array and an value array.
Vectors