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_MATRIXstatic MatrixMatrixOperation<Matrix>LinearAlgebra. OO_PLACE_KRONECKER_PRODUCTstatic MatrixMatrixOperation<Matrix>LinearAlgebra. OO_PLACE_MATRICES_MULTIPLICATIONstatic MatrixMatrixOperation<Matrix>LinearAlgebra. OO_PLACE_MATRICES_SUBTRACTIONstatic MatrixMatrixOperation<Matrix>LinearAlgebra. OO_PLACE_MATRIX_ADDITIONstatic MatrixMatrixOperation<Matrix>LinearAlgebra. OO_PLACE_MATRIX_HADAMARD_PRODUCTMethods in org.la4j with parameters of type MatrixMatrixOperation Modifier and Type Method Description abstract <T> TMatrix. 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> TColumnMajorSparseMatrix. apply(MatrixMatrixOperation<T> operation, Matrix that)<T> TDenseMatrix. apply(MatrixMatrixOperation<T> operation, Matrix that)<T> TRowMajorSparseMatrix. 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 classCommonMatrixMatrixOperation<R>classSimpleMatrixMatrixOperation<R>classSymmetricMatrixMatrixOperation<R> -
Uses of MatrixMatrixOperation in org.la4j.operation.inplace
Subclasses of MatrixMatrixOperation in org.la4j.operation.inplace Modifier and Type Class Description classInPlaceCopyMatrixToMatrix -
Uses of MatrixMatrixOperation in org.la4j.operation.ooplace
Subclasses of MatrixMatrixOperation in org.la4j.operation.ooplace Modifier and Type Class Description classOoPlaceKroneckerProductclassOoPlaceMatricesAdditionclassOoPlaceMatricesMultiplicationclassOoPlaceMatricesSubtractionclassOoPlaceMatrixHadamardProduct
-