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
-
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:MaskBuilder
Build the mask based on the previously specified parameters- Specified by:
build
in classMaskBuilder<DMaskSparse>
-