| Package | Description | 
|---|---|
| org.apache.ignite.ml.math.primitives.matrix | 
 Contains matrix related classes. 
 | 
| org.apache.ignite.ml.math.primitives.matrix.impl | 
 Contains several matrix implementations. 
 | 
| org.apache.ignite.ml.math.primitives.vector | 
 Contains vector related classes. 
 | 
| org.apache.ignite.ml.math.primitives.vector.impl | 
 Contains several vector implementations. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Matrix
A matrix interface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractMatrix
This class provides a helper implementation of the  
Matrix
 interface to minimize the effort required to implement it. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DenseMatrix
Basic implementation for matrix. 
 | 
class  | 
SparseMatrix
Sparse local onheap matrix with  
SparseVector as rows. | 
class  | 
ViewMatrix
Implements the rectangular view into the parent  
Matrix. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Vector
A vector interface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractVector
This class provides a helper implementation of the  
Vector
 interface to minimize the effort required to implement it. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DelegatingVector
Convenient class that can be used to add decorations to an existing vector. 
 | 
class  | 
DenseVector
Basic implementation for vector. 
 | 
class  | 
SparseVector
Local on-heap sparse vector based on hash map storage. 
 | 
class  | 
VectorizedViewMatrix
Row or column vector view off the matrix. 
 | 
class  | 
VectorView
Implements the partial view into the parent  
Vector. | 
                                     
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                 Follow @ApacheIgnite                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                     Ignite Database and Caching Platform                                                                                                                   :                                                               ver. 2.7.2                                                                                                                                                                                                                                                                                                                                    Release Date                                                                                                                   :                                                               February 6 2019