223 |
|
|
224 |
/** |
/** |
225 |
\brief |
\brief |
226 |
|
Return the values of all data-points in a single python numarray object. |
227 |
|
*/ |
228 |
|
boost::python::numeric::array |
229 |
|
convertToNumArray(); |
230 |
|
|
231 |
|
/** |
232 |
|
\brief |
233 |
Return the C wrapper for the Data object. |
Return the C wrapper for the Data object. |
234 |
*/ |
*/ |
235 |
escriptDataC |
escriptDataC |
640 |
|
|
641 |
/** |
/** |
642 |
\brief |
\brief |
643 |
|
Return the minimum absolute value of this Data object. |
644 |
|
*/ |
645 |
|
double |
646 |
|
Linf() const; |
647 |
|
|
648 |
|
/** |
649 |
|
\brief |
650 |
Return the maximum value of this Data object. |
Return the maximum value of this Data object. |
651 |
*/ |
*/ |
652 |
double |
double |