public abstract class DecompositionSupport extends Object implements Destroyable
| Constructor and Description |
|---|
DecompositionSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected Matrix |
copy(Matrix matrix)
Create the copy of matrix with read-only matrices support.
|
protected Matrix |
like(Matrix matrix)
Create the like matrix with read-only matrices support.
|
protected Matrix |
like(Matrix matrix,
int rows,
int cols)
Create the like matrix with specified size with read-only matrices support.
|
protected Vector |
likeVector(Matrix matrix)
Create the like vector with read-only matrices support.
|
protected Vector |
likeVector(Matrix matrix,
int crd)
Create the like vector with read-only matrices support.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroyprotected Matrix like(Matrix matrix)
matrix - Matrix for like.protected Matrix like(Matrix matrix, int rows, int cols)
matrix - Matrix for like.protected Vector likeVector(Matrix matrix, int crd)
matrix - Matrix for like.crd - Cardinality of the vector.protected Vector likeVector(Matrix matrix)
matrix - Matrix for like.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018