public DoubleMatrix LocateSupplementaryPoints(
DoubleMatrix activeCoordinates
)
Public Function LocateSupplementaryPoints (
activeCoordinates As DoubleMatrix
) As DoubleMatrix
public:
DoubleMatrix^ LocateSupplementaryPoints(
DoubleMatrix^ activeCoordinates
)
member LocateSupplementaryPoints :
activeCoordinates : DoubleMatrix -> DoubleMatrix
The activeCoordinates of a point are the values that the active variables taken on at that point.
The matrix passed as activeCoordinates must have as many rows as the number of supplementary points, while the number of columns is the Dimension of the space on which the ActiveCloud lies.
The activeCoordinates must be taken w.r.t. the basis of the ActiveCloud of this instance.
ArgumentNullException | activeCoordinates is null. |
ArgumentOutOfRangeException | The number of columns in activeCoordinates is not equal to the number of active variables. |