Package org.ejml.masks
Class FMaskFactory
java.lang.Object
org.ejml.masks.FMaskFactory
Utility class to get the corresponding mask builder based on a matrix or primitive array
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FMaskPrimitive.Builder
builder
(float[] values) static FMaskPrimitive.Builder
static MaskBuilder
builder
(FMatrixSparseCSC matrix, boolean structural)
-
Constructor Details
-
FMaskFactory
public FMaskFactory()
-
-
Method Details
-
builder
-
builder
-
builder
- Parameters:
matrix
- Matrix to be used as a Maskstructural
- Whether only the structure of the matrix is relevant or the actual value are considered
-