Package | Description |
---|---|
org.la4j | |
org.la4j.matrix | |
org.la4j.operation | |
org.la4j.operation.inplace | |
org.la4j.operation.ooplace |
Modifier and Type | Field and Description |
---|---|
static MatrixMatrixOperation<Matrix> |
LinearAlgebra.IN_PLACE_COPY_MATRIX_TO_MATRIX |
static MatrixMatrixOperation<Matrix> |
LinearAlgebra.OO_PLACE_KRONECKER_PRODUCT |
static MatrixMatrixOperation<Matrix> |
LinearAlgebra.OO_PLACE_MATRICES_MULTIPLICATION |
static MatrixMatrixOperation<Matrix> |
LinearAlgebra.OO_PLACE_MATRICES_SUBTRACTION |
static MatrixMatrixOperation<Matrix> |
LinearAlgebra.OO_PLACE_MATRIX_ADDITION |
static MatrixMatrixOperation<Matrix> |
LinearAlgebra.OO_PLACE_MATRIX_HADAMARD_PRODUCT |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
Matrix.apply(MatrixMatrixOperation<T> operation,
Matrix that)
Pipes this matrix to a given
operation . |
Modifier and Type | Method and Description |
---|---|
<T> T |
RowMajorSparseMatrix.apply(MatrixMatrixOperation<T> operation,
Matrix that) |
<T> T |
DenseMatrix.apply(MatrixMatrixOperation<T> operation,
Matrix that) |
<T> T |
ColumnMajorSparseMatrix.apply(MatrixMatrixOperation<T> operation,
Matrix that) |
Modifier and Type | Class and Description |
---|---|
class |
CommonMatrixMatrixOperation<R> |
class |
SimpleMatrixMatrixOperation<R> |
class |
SymmetricMatrixMatrixOperation<R> |
Modifier and Type | Class and Description |
---|---|
class |
InPlaceCopyMatrixToMatrix |
Modifier and Type | Class and Description |
---|---|
class |
OoPlaceKroneckerProduct |
class |
OoPlaceMatricesAddition |
class |
OoPlaceMatricesMultiplication |
class |
OoPlaceMatricesSubtraction |
class |
OoPlaceMatrixHadamardProduct |
Copyright © 2015. All rights reserved.