Uses of Class
org.la4j.operation.MatrixOperation
Packages that use MatrixOperation
-
Uses of MatrixOperation in org.la4j
Fields in org.la4j declared as MatrixOperationModifier and TypeFieldDescriptionstatic final MatrixOperation<Matrix> LinearAlgebra.OO_PLACE_MATRIX_BY_ITS_TRANSPOSE_MULTIPLICATIONMethods in org.la4j with parameters of type MatrixOperationModifier and TypeMethodDescriptionabstract <T> TMatrix.apply(MatrixOperation<T> operation) Pipes this matrix to a givenoperation. -
Uses of MatrixOperation in org.la4j.matrix
Methods in org.la4j.matrix with parameters of type MatrixOperationModifier and TypeMethodDescription<T> TColumnMajorSparseMatrix.apply(MatrixOperation<T> operation) <T> TDenseMatrix.apply(MatrixOperation<T> operation) <T> TRowMajorSparseMatrix.apply(MatrixOperation<T> operation) -
Uses of MatrixOperation in org.la4j.operation
Subclasses of MatrixOperation in org.la4j.operationMethods in org.la4j.operation that return MatrixOperationModifier and TypeMethodDescriptionMatrixMatrixOperation.partiallyApply(ColumnMajorSparseMatrix a) MatrixMatrixOperation.partiallyApply(DenseMatrix a) MatrixMatrixOperation.partiallyApply(RowMajorSparseMatrix a) VectorMatrixOperation.partiallyApply(DenseVector a) VectorMatrixOperation.partiallyApply(SparseVector a) -
Uses of MatrixOperation in org.la4j.operation.ooplace
Subclasses of MatrixOperation in org.la4j.operation.ooplace