#include <smile_cloud.hpp>
|
| | Cloud (const char *fname) |
| |
| | Cloud (int _d, double *_x0, double *_dx, int *_n, int _m, int *_log) |
| |
| double | interpolate (double *x, int k) |
| |
| | ~Cloud () |
| |
|
| void | init (int _d, double *_x0, double *_dx, int *_n, int _m, int *_log) |
| |
| float | read (int *i, int k) |
| |
| float | read_o (int *i, int *o, int k) |
| |
◆ Cloud() [1/2]
| ug::smile::Cloud::Cloud |
( |
int |
_d, |
|
|
double * |
_x0, |
|
|
double * |
_dx, |
|
|
int * |
_n, |
|
|
int |
_m, |
|
|
int * |
_log |
|
) |
| |
◆ Cloud() [2/2]
| ug::smile::Cloud::Cloud |
( |
const char * |
fname | ) |
|
References a, CLOUD_MAX_DIM, d, dx, init(), log, m, MAXLEN, n, p, and x0.
◆ ~Cloud()
| ug::smile::Cloud::~Cloud |
( |
| ) |
|
◆ init()
| void ug::smile::Cloud::init |
( |
int |
_d, |
|
|
double * |
_x0, |
|
|
double * |
_dx, |
|
|
int * |
_n, |
|
|
int |
_m, |
|
|
int * |
_log |
|
) |
| |
|
private |
◆ interpolate()
| double ug::smile::Cloud::interpolate |
( |
double * |
x, |
|
|
int |
k |
|
) |
| |
◆ read()
| float ug::smile::Cloud::read |
( |
int * |
i, |
|
|
int |
k |
|
) |
| |
|
private |
◆ read_o()
| float ug::smile::Cloud::read_o |
( |
int * |
i, |
|
|
int * |
o, |
|
|
int |
k |
|
) |
| |
|
private |
| float* ug::smile::Cloud::a |
|
private |
◆ dx
◆ log
◆ x0
The documentation for this class was generated from the following files: