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