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