Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Scales the columns of the matrix by the inverse of the values specified by a vector.
A reference to this instance.
This method is equivalent to multiplying the matrix on the right with the inverse of a diagonal matrix with factors as the main diagonal.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | factors is |
| DimensionMismatchException | The length of factors does not equal the number of columns of the matrix. |
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace | UnscaleColumns