|
Grid 0.7.0
|
Go to the source code of this file.
Data Structures | |
| struct | ZOLOTAREV_DATA |
Macros | |
| #define | HVERSION |
| #define | ZOLO_PRECISION |
| #define | ZPRECISION |
| #define | ZOLOTAREV_DATA |
Functions | |
| ZOLOTAREV_DATA * | higham (ZOLO_PRECISION epsilon, int n) |
| ZOLOTAREV_DATA * | zolotarev (ZOLO_PRECISION epsilon, int n, int type) |
| void | zolotarev_free (zolotarev_data *zdata) |
| #define HVERSION |
Definition at line 9 of file Zolotarev.h.
| #define ZOLO_PRECISION |
Definition at line 13 of file Zolotarev.h.
Referenced by higham(), NAMESPACE_END(), and zolotarev().
| #define ZPRECISION |
Definition at line 15 of file Zolotarev.h.
| #define ZOLOTAREV_DATA |
Definition at line 16 of file Zolotarev.h.
| ZOLOTAREV_DATA * higham | ( | ZOLO_PRECISION | epsilon, |
| int | n ) |
Definition at line 429 of file Zolotarev.cc.
References construct_contfrac(), construct_partfrac(), HALF, INTERNAL_PRECISION, M_PI, ONE, and ZOLO_PRECISION.
| ZOLOTAREV_DATA * zolotarev | ( | ZOLO_PRECISION | epsilon, |
| int | n, | ||
| int | type ) |
Definition at line 296 of file Zolotarev.cc.
References construct_contfrac(), construct_partfrac(), F, FOUR, HALF, INTERNAL_PRECISION, ONE, sncndnFK(), sqrt(), THREE, TWO, ZERO, and ZOLO_PRECISION.
| void zolotarev_free | ( | zolotarev_data * | zdata | ) |
Definition at line 418 of file Zolotarev.cc.