Package org.ejml.masks
Class DMaskSparseStructural.Builder
- Enclosing class:
- DMaskSparseStructural
public static class DMaskSparseStructural.Builder extends MaskBuilder<DMaskSparseStructural>
Utility class to build
DMaskSparseStructural-
Field Summary
Fields inherited from class org.ejml.masks.MaskBuilder
negated -
Constructor Summary
Constructors Constructor Description Builder(DMatrixSparseCSC matrix) -
Method Summary
Modifier and Type Method Description DMaskSparseStructuralbuild()Build the mask based on the previously specified parametersDMaskSparseStructural.BuilderwithIndexFirstColumn(boolean indexFirstColumn)DMaskSparseStructural.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<DMaskSparseStructural>
-