Uses of Class
org.la4j.operation.MatrixOperation
-
Packages that use MatrixOperation Package Description org.la4j org.la4j.matrix org.la4j.operation org.la4j.operation.ooplace -
-
Uses of MatrixOperation in org.la4j
Fields in org.la4j declared as MatrixOperation Modifier and Type Field Description static MatrixOperation<Matrix>LinearAlgebra. OO_PLACE_MATRIX_BY_ITS_TRANSPOSE_MULTIPLICATIONMethods in org.la4j with parameters of type MatrixOperation Modifier and Type Method Description abstract <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 MatrixOperation Modifier and Type Method Description <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.operation Modifier and Type Class Description classCommonMatrixOperation<R>Methods in org.la4j.operation that return MatrixOperation Modifier and Type Method Description MatrixOperation<R>MatrixMatrixOperation. partiallyApply(ColumnMajorSparseMatrix a)MatrixOperation<R>MatrixMatrixOperation. partiallyApply(DenseMatrix a)MatrixOperation<R>MatrixMatrixOperation. partiallyApply(RowMajorSparseMatrix a)MatrixOperation<R>VectorMatrixOperation. partiallyApply(DenseVector a)MatrixOperation<R>VectorMatrixOperation. partiallyApply(SparseVector a) -
Uses of MatrixOperation in org.la4j.operation.ooplace
Subclasses of MatrixOperation in org.la4j.operation.ooplace Modifier and Type Class Description classOoPlaceMatrixByItsTransposeMultiplication
-