Uses of Interface
org.la4j.matrix.functor.MatrixProcedure
Packages that use MatrixProcedure
-
Uses of MatrixProcedure in org.la4j
Methods in org.la4j that return MatrixProcedureModifier and TypeMethodDescriptionstatic MatrixProcedure
Matrices.asAccumulatorProcedure
(MatrixAccumulator accumulator) Creates an accumulator procedure that adapts a matrix accumulator for procedure interface.Methods in org.la4j with parameters of type MatrixProcedureModifier and TypeMethodDescriptionvoid
Matrix.each
(MatrixProcedure procedure) Applies givenprocedure
to each element of this matrix. -
Uses of MatrixProcedure in org.la4j.matrix
Methods in org.la4j.matrix with parameters of type MatrixProcedureModifier and TypeMethodDescriptionvoid
SparseMatrix.eachNonZero
(MatrixProcedure procedure) Applies givenprocedure
to each non-zero element of this matrix. -
Uses of MatrixProcedure in org.la4j.matrix.sparse
Methods in org.la4j.matrix.sparse with parameters of type MatrixProcedureModifier and TypeMethodDescriptionvoid
CCSMatrix.each
(MatrixProcedure procedure) void
CRSMatrix.each
(MatrixProcedure procedure) void
CCSMatrix.eachNonZero
(MatrixProcedure procedure) void
CRSMatrix.eachNonZero
(MatrixProcedure procedure)