computeCachedInverse Method
- Compute (if needed) the inverse of the matrix part, thereby ensuring inverse operations can complete.
- Return true if matrix inverse completes.
computeCachedInverse(useCached: boolean = true): boolean
Parameter | Type | Description |
---|---|---|
useCached | boolean | If true, accept prior cached inverse if available. |
Defined in
Last Updated: 08 January, 2020