prune
Method of ComplexSparseMatrix.
Overloads
| Name | Description |
|---|---|
prune() -> ComplexSparseMatrix | Prunes the ComplexSparseMatrix lhs. |
prune(real tolerance) -> ComplexSparseMatrix | Prunes the ComplexSparseMatrix lhs. |
prune() -> ComplexSparseMatrix
Prunes the ComplexSparseMatrix lhs.
prune(real tolerance) -> ComplexSparseMatrix
Prunes the ComplexSparseMatrix lhs.
Parameters
- tolerance: The numerical tolerance below which values are pruned.