Uses of Class
org.la4j.operation.MatrixMatrixOperation
-
Packages that use MatrixMatrixOperation Package Description org.la4j org.la4j.matrix org.la4j.operation org.la4j.operation.inplace org.la4j.operation.ooplace -
-
Uses of MatrixMatrixOperation in org.la4j
Fields in org.la4j declared as MatrixMatrixOperation Modifier and Type Field 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
Methods in org.la4j with parameters of type MatrixMatrixOperation Modifier and Type Method Description abstract <T> T
Matrix. apply(MatrixMatrixOperation<T> operation, Matrix that)
Pipes this matrix to a givenoperation
. -
Uses of MatrixMatrixOperation in org.la4j.matrix
Methods in org.la4j.matrix with parameters of type MatrixMatrixOperation Modifier and Type Method Description <T> T
ColumnMajorSparseMatrix. apply(MatrixMatrixOperation<T> operation, Matrix that)
<T> T
DenseMatrix. apply(MatrixMatrixOperation<T> operation, Matrix that)
<T> T
RowMajorSparseMatrix. apply(MatrixMatrixOperation<T> operation, Matrix that)
-
Uses of MatrixMatrixOperation in org.la4j.operation
Subclasses of MatrixMatrixOperation in org.la4j.operation Modifier and Type Class Description class
CommonMatrixMatrixOperation<R>
class
SimpleMatrixMatrixOperation<R>
class
SymmetricMatrixMatrixOperation<R>
-
Uses of MatrixMatrixOperation in org.la4j.operation.inplace
Subclasses of MatrixMatrixOperation in org.la4j.operation.inplace Modifier and Type Class Description class
InPlaceCopyMatrixToMatrix
-
Uses of MatrixMatrixOperation in org.la4j.operation.ooplace
Subclasses of MatrixMatrixOperation in org.la4j.operation.ooplace Modifier and Type Class Description class
OoPlaceKroneckerProduct
class
OoPlaceMatricesAddition
class
OoPlaceMatricesMultiplication
class
OoPlaceMatricesSubtraction
class
OoPlaceMatrixHadamardProduct
-