Package org.ejml.masks
Class FMaskPrimitive.Builder
- Enclosing class:
- FMaskPrimitive
Utility class to build
FMaskPrimitive-
Field Summary
Fields inherited from class org.ejml.masks.MaskBuilder
negated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the mask based on the previously specified parameterswithNumCols(int numCols) withZeroElement(float zeroElement) Methods inherited from class org.ejml.masks.MaskBuilder
withNegated
-
Constructor Details
-
Builder
public Builder(float[] 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:MaskBuilderBuild the mask based on the previously specified parameters- Specified by:
buildin classMaskBuilder<FMaskPrimitive>
-