conditionNumber Method
Return an estimate of how independent the columns of this
matrix are. Near zero is bad (i.e.,
columns are almost dependent and matrix is nearly singular). Near 1 is good (i.e., columns are
almost independent and matrix is invertible).
conditionNumber(): number
Returns - number
Defined in
- geometry3d/Matrix3d.ts Line 2651
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.