Package org.ejml.masks
Class DMaskFactory
java.lang.Object
org.ejml.masks.DMaskFactory
public class DMaskFactory extends Object
Utility class to get the corresponding mask builder based on a matrix or primitive array
-
Constructor Summary
Constructors Constructor Description DMaskFactory() -
Method Summary
Modifier and Type Method Description static DMaskPrimitive.Builderbuilder(double[] values)static DMaskPrimitive.Builderbuilder(DMatrixD1 matrix)static MaskBuilderbuilder(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
-