Package org.ejml.masks
Class FMaskSparseStructural.Builder
- Enclosing class:
- FMaskSparseStructural
public static class FMaskSparseStructural.Builder extends MaskBuilder<FMaskSparseStructural>
Utility class to build
FMaskSparseStructural-
Field Summary
Fields inherited from class org.ejml.masks.MaskBuilder
negated -
Constructor Summary
Constructors Constructor Description Builder(FMatrixSparseCSC matrix) -
Method Summary
Modifier and Type Method Description FMaskSparseStructuralbuild()Build the mask based on the previously specified parametersFMaskSparseStructural.BuilderwithIndexFirstColumn(boolean indexFirstColumn)FMaskSparseStructural.BuilderwithWorkArray(IGrowArray gw)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:MaskBuilderBuild the mask based on the previously specified parameters- Specified by:
buildin classMaskBuilder<FMaskSparseStructural>
-