public class DenseLocalOffHeapMatrix extends AbstractMatrix
Matrix interface.Matrix.Element| Constructor and Description |
|---|
DenseLocalOffHeapMatrix() |
DenseLocalOffHeapMatrix(double[][] data) |
DenseLocalOffHeapMatrix(int rows,
int cols) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
copy()
Clones this matrix.
|
Matrix |
like(int rows,
int cols)
Creates new empty matrix of the same underlying class but of different size.
|
protected Matrix |
likeIdentity() |
Vector |
likeVector(int crd)
Creates new empty vector of compatible properties (similar or the same flavor) to this matrix.
|
Matrix |
times(Matrix mtx)
TODO: IGNITE-5535, WIP, currently it`s tmp naive impl.
|
allSpliterator, assign, assign, assign, assign, assignColumn, assignRow, columnSize, compute, density, destroy, determinant, divide, equals, foldColumns, foldMap, foldRows, get, getCol, getElement, getMaxAmountOfColumns, getMetaStorage, getRow, getStorage, getX, guid, hashCode, inverse, isArrayBased, isDense, isDistributed, isRandomAccess, isSequentialAccess, map, map, maxAbsRowSumNorm, maxElement, maxValue, minElement, minus, minValue, nonZeroElements, nonZeroSpliterator, plus, plus, readExternal, rowSize, set, setColumn, setRow, setStorage, setX, storageGet, storageSet, sum, swapColumns, swapRows, times, times, toString, transpose, viewColumn, viewDiagonal, viewPart, viewPart, viewRow, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttribute, hasAttribute, removeAttribute, setAttributepublic DenseLocalOffHeapMatrix()
public DenseLocalOffHeapMatrix(double[][] data)
data - Backing data array.public DenseLocalOffHeapMatrix(int rows,
int cols)
rows - Amount of rows in matrix.cols - Amount of columns in matrix.public Matrix copy()
NOTE: new matrix will have the same flavor as the this matrix but a different ID.
copy in interface Matrixcopy in class AbstractMatrixpublic Matrix like(int rows, int cols)
NOTE: new matrix will have the same flavor as the this matrix but a different ID.
rows - Number of rows for new matrix.cols - Number of columns for new matrix.public Vector likeVector(int crd)
crd - Cardinality of the vector.protected Matrix likeIdentity()
likeIdentity in class AbstractMatrix
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018