problem.getrhsrange
problem.getrhsrange |
Purpose
Returns the right hand side range values for the rows in a given range.
Synopsis
problem.getrhsrange(range, first, last)
Arguments
range
|
Array of length
last-first+1 where the right hand side range values are to be placed.
|
first
|
First row in the range.
|
last
|
Last row in the range.
|
Related topics