rLSsampGetPoints {rLindo}R Documentation

Get a copy of the generated sample points.

Description

R interface function for LINDO API function LSsampGetPoints. For more information, please refer to LINDO API User Manual.

Usage

rLSsampGetPoints(sample)

Arguments

sample

A LINDO API sample object, returned by rLSsampCreate.

Value

ErrorCode

Zero if successful, nonzero otherwise.

pnSampSize

The sample size.

padXval

A double array containing the sample.

References

LINDO SYSTEMS home page at www.lindo.com


[Package rLindo version 8.0.1 Index]