|
BOSS 8.0.0
BESIII Offline Software System
|
#include <minor.h>
Public Types | |
| typedef SPtr< Minor4 > | Ptr |
Public Member Functions | |
| ncomplex | evalD (int ep) |
| ncomplex | evalD (int ep, int i) |
| ncomplex | evalD (int ep, int i, int j) |
| ncomplex | evalD (int ep, int i, int j, int k) |
| ncomplex | evalD (int ep, int i, int j, int k, int l) |
| Public Member Functions inherited from Minor< 4 > | |
| Minor () | |
| double | Kay (int i, int j) PURE |
| Public Member Functions inherited from MinorBase | |
| MinorBase () | |
| Public Member Functions inherited from SRefCnt | |
| SRefCnt () | |
Static Public Member Functions | |
| static Ptr | create (const Kinem4 &k, Minor5::Ptr mptr5, int s, int is) |
| Static Public Member Functions inherited from MinorBase | |
| static int | ns (int i, int j) CONST |
| static int | nss (int i, int j) CONST |
| static int | is (int i, int j) CONST |
| static int | is (int i, int j, int k) CONST |
| static int | is (int i, int j, int k, int l) CONST |
| static int | iss (int i, int j) CONST |
| static int | iss (int i, int j, int k) CONST |
| static int | iss (int i, int j, int k, int l) CONST |
| static int | iss (int i, int j, int k, int l, int m) CONST |
| static double | getmeps () |
| static int | im3 (int i, int j, int k) CONST |
| static int | im2 (int i, int j) CONST |
| static int | signM3ud (int i, int j, int k, int l, int m, int n) CONST |
| static int | signM2ud (int i, int j, int l, int m) CONST |
| static void | freeidxM3 (int set[], int free[]) |
| static void | Rescale (double factor) |
Friends | |
| class | SPtr< Minor4 > |
Additional Inherited Members | |
| Protected Attributes inherited from Minor< 4 > | |
| double | Cay [(DCay - 1) *(DCay)/2] |
| Protected Attributes inherited from SRefCnt | |
| int | count |
| Static Protected Attributes inherited from Minor< 4 > | |
| static const int | DCay |
| Static Protected Attributes inherited from MinorBase | |
| static const unsigned char | idxtbl [64] |
| static const double | teps = 1e-14 |
| static const double | heps = 1e-15 |
| static const double | ceps = 5e-2 |
| static const double | deps1 = 5e-2 |
| static const double | deps2 = 5e-2 |
| static const double | deps3 = 5e-2 |
| static const double | seps1 = 1e-8 |
| static const double | seps2 = 1e-5 |
| static const double | epsir1 = 5e-6 |
| static const double | epsir2 = 5e-6 |
| static double | deps = 1e-14 |
| static double | meps = 1e-10 |
| static double | m3eps = 1 |
| typedef SPtr<Minor4> Minor4::Ptr |
|
inlinestatic |
| ncomplex Minor4::evalD | ( | int | ep | ) |
Referenced by ICache::getD(), ICache::getD(), ICache::getD(), and ICache::getD().
| ncomplex Minor4::evalD | ( | int | ep, |
| int | i ) |
Definition at line 450 of file minoreval.cpp.
| ncomplex Minor4::evalD | ( | int | ep, |
| int | i, | ||
| int | j ) |
Definition at line 475 of file minoreval.cpp.
| ncomplex Minor4::evalD | ( | int | ep, |
| int | i, | ||
| int | j, | ||
| int | k ) |
Definition at line 508 of file minoreval.cpp.
| ncomplex Minor4::evalD | ( | int | ep, |
| int | i, | ||
| int | j, | ||
| int | k, | ||
| int | l ) |
Definition at line 553 of file minoreval.cpp.