Scales the columns of the matrix by the values specified by a vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public ComplexMatrix ScaleColumns(
ComplexVector factors
)
Public Function ScaleColumns (
factors As ComplexVector
) As ComplexMatrix
public:
ComplexMatrix^ ScaleColumns(
ComplexVector^ factors
)
member ScaleColumns :
factors : ComplexVector -> ComplexMatrix
Parameters
- factors
- Type: Extreme.MathematicsComplexVector
A ComplexVector containing the scale factors.
Return Value
Type:
ComplexMatrixA reference to this instance.
This method is equivalent to multiplying the matrix on the right with a diagonal matrix
with factors as the main diagonal.
Numerical Libraries
Supported in: 5.x, 4.x
Reference