Package | Description |
---|---|
org.la4j | |
org.la4j.matrix | |
org.la4j.matrix.sparse |
Modifier and Type | Method and Description |
---|---|
static MatrixProcedure |
Matrices.asAccumulatorProcedure(MatrixAccumulator accumulator)
Creates an accumulator procedure that adapts a matrix accumulator for procedure
interface.
|
Modifier and Type | Method and Description |
---|---|
void |
Matrix.each(MatrixProcedure procedure)
Applies given
procedure to each element of this matrix. |
Modifier and Type | Method and Description |
---|---|
void |
SparseMatrix.eachNonZero(MatrixProcedure procedure)
Applies given
procedure to each non-zero element of this matrix. |
Modifier and Type | Method and Description |
---|---|
void |
CRSMatrix.each(MatrixProcedure procedure) |
void |
CCSMatrix.each(MatrixProcedure procedure) |
void |
CRSMatrix.eachNonZero(MatrixProcedure procedure) |
void |
CCSMatrix.eachNonZero(MatrixProcedure procedure) |
Copyright © 2015. All rights reserved.