Package org.ejml.masks
Class FMaskPrimitive.Builder
- Enclosing class:
- FMaskPrimitive
public static class FMaskPrimitive.Builder extends MaskBuilder<FMaskPrimitive>
Utility class to build
FMaskPrimitive-
Field Summary
Fields inherited from class org.ejml.masks.MaskBuilder
negated -
Constructor Summary
Constructors Constructor Description Builder(float[] values) -
Method Summary
Modifier and Type Method Description FMaskPrimitivebuild()Build the mask based on the previously specified parametersFMaskPrimitive.BuilderwithNumCols(int numCols)FMaskPrimitive.BuilderwithZeroElement(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>
-