Package org.ejml.masks
Class DMaskSparse.Builder
- Enclosing class:
- DMaskSparse
Utility class to build
DMaskSparse-
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 parameterswithIndexFirstColumn(boolean indexFirstColumn) withZeroElement(double zeroElement) Methods inherited from class org.ejml.masks.MaskBuilder
withNegated
-
Constructor Details
-
Builder
-
-
Method Details
-
withZeroElement
- Parameters:
zeroElement- Value to represent the zero-element in the mask
-
withIndexFirstColumn
- Parameters:
indexFirstColumn- Whether the first column should be indexed on mask construction
-
withWorkArray
- Parameters:
gw- (Optional) Storage for internal workspace. Can be null.
-
build
Description copied from class:MaskBuilderBuild the mask based on the previously specified parameters- Specified by:
buildin classMaskBuilder<DMaskSparse>
-