Loading...
Searching...
No Matches
#include <cmath>
#include <string>
#include "defun.h"
#include "error.h"
#include "ovl.h"
Go to the source code of this file.
|
#define | DIST(dd, y, yi, m) |
|
◆ DIST
#define DIST |
( |
|
dd, |
|
|
|
y, |
|
|
|
yi, |
|
|
|
m |
|
) |
| |
Value: dd = 0.0; \
{ \
double yd = y[k] - yi[k]; \
dd += yd * yd; \
} \
dd = sqrt (dd)
◆ F__dsearchn__()
Definition at line 44 of file __dsearchn__.cc.
References Array< T, Alloc >::columns(), d, Array< T, Alloc >::data(), DIST, error(), ovl(), print_usage(), Array< T, Alloc >::rows(), Array< T, Alloc >::rwdata(), Matrix::transpose(), and x.