- Function GMP::Column::GetScale(GMP, column)
GMP::Column::GetScale
The function GMP::Column::GetScale
returns the scaling factor of a
column in the generated mathematical program.
GMP::Column::GetScale(
GMP, ! (input) a generated mathematical program
column ! (input) a scalar reference or column number
)
Arguments
- GMP
An element in
AllGeneratedMathematicalPrograms
.- column
A scalar reference to an existing column in the matrix or an element in the set
Integers
in the range \(\{ 0 .. n-1 \}\) where \(n\) is the number of columns in the matrix.
Return Value
The scaling factor for the specified column.
See also
The routines GMP::Instance::Generate
and GMP::Row::GetScale
.