Package org.ejml.masks
Class DMaskFactory
java.lang.Object
org.ejml.masks.DMaskFactory
Utility class to get the corresponding mask builder based on a matrix or primitive array
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DMaskPrimitive.Builder
builder
(double[] values) static DMaskPrimitive.Builder
static MaskBuilder
builder
(DMatrixSparseCSC matrix, boolean structural)
-
Constructor Details
-
DMaskFactory
public DMaskFactory()
-
-
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
-