Uses of Class
org.apache.mahout.math.MatrixSlice

Packages that use MatrixSlice
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
 

Uses of MatrixSlice in org.apache.mahout.math
 

Methods in org.apache.mahout.math that return types with arguments of type MatrixSlice
 Iterator<MatrixSlice> VectorIterable.iterateAll()
           
 Iterator<MatrixSlice> AbstractMatrix.iterateAll()
           
 Iterator<MatrixSlice> SparseMatrix.iterator()
           
 Iterator<MatrixSlice> AbstractMatrix.iterator()
           
 

Method parameters in org.apache.mahout.math with type arguments of type MatrixSlice
static VectorIterable OrthonormalityVerifier.pairwiseInnerProducts(Iterable<MatrixSlice> basis)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.