Package org.ejml.masks
Class DMaskPrimitive.Builder
- Enclosing class:
- DMaskPrimitive
Utility class to build
DMaskPrimitive
-
Field Summary
Fields inherited from class org.ejml.masks.MaskBuilder
negated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the mask based on the previously specified parameterswithNumCols
(int numCols) withZeroElement
(double zeroElement) Methods inherited from class org.ejml.masks.MaskBuilder
withNegated
-
Constructor Details
-
Builder
public Builder(double[] values)
-
-
Method Details
-
withNumCols
- Parameters:
numCols
- Number of columns in the values
-
withZeroElement
- Parameters:
zeroElement
- Value to represent the zero-element in the mask
-
build
Description copied from class:MaskBuilder
Build the mask based on the previously specified parameters- Specified by:
build
in classMaskBuilder<DMaskPrimitive>
-