public class FunctionMatrix extends AbstractMatrix
Matrix that maps row and column index to java.util.function interfaces.Matrix.Element| Constructor and Description |
|---|
FunctionMatrix() |
FunctionMatrix(int rows,
int cols,
IntIntToDoubleFunction getFunc)
Creates read-only function matrix.
|
FunctionMatrix(int rows,
int cols,
IntIntToDoubleFunction getFunc,
IntIntDoubleToVoidFunction setFunc)
Creates read-write or read-only function matrix.
|
| 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.
|
Vector |
likeVector(int crd)
Creates new empty vector of compatible properties (similar or the same flavor) to this matrix.
|
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, likeIdentity, 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, times, toString, transpose, viewColumn, viewDiagonal, viewPart, viewPart, viewRow, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttribute, hasAttribute, removeAttribute, setAttributepublic FunctionMatrix()
public FunctionMatrix(int rows,
int cols,
IntIntToDoubleFunction getFunc,
IntIntDoubleToVoidFunction setFunc)
rows - Amount of rows in the matrix.cols - Amount of columns in the matrix.getFunc - Function that returns value corresponding to given row and column index.setFunc - Set function. If null - this will be a read-only matrix.public FunctionMatrix(int rows,
int cols,
IntIntToDoubleFunction getFunc)
rows - Amount of rows in the matrix.cols - Amount of columns in the matrix.getFunc - Function that returns value corresponding to given row and column index.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.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018