Package org.ejml.masks
Class FMaskSparseStructural.Builder
- Enclosing class:
- FMaskSparseStructural
Utility class to build
FMaskSparseStructural
-
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) Methods inherited from class org.ejml.masks.MaskBuilder
withNegated
-
Constructor Details
-
Builder
-
-
Method Details
-
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<FMaskSparseStructural>
-