#include <minor.h>
|
static Ptr | create (const Kinem2 &k, Minor5::Ptr mptr5, int s, int t, int u, int is) |
|
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) |
|
|
double | Cay [(DCay-1) *(DCay)/2] |
|
int | count |
|
static const int | DCay |
|
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 |
|
Definition at line 572 of file minor.h.
◆ Ptr
◆ create()
◆ evalB() [1/3]
◆ evalB() [2/3]
ncomplex Minor2::evalB |
( |
int |
ep, |
|
|
int |
i |
|
) |
| |
Definition at line 735 of file minoreval.cpp.
736{
738
739 if (i>=ps) i=i+1;
740 if (i>=pt) {
741 i=i+1;
742 if (i==ps) i=i+1;
743 }
744 if (i>=pu || pu==5) {
745 i=i+1;
746 if (i==ps) i=i+1;
747 if (i==pt) i=i+1;
748 }
749 ivalue=-pm5->I2Dstui(ep, ps, pt, pu, i);
750 return ivalue;
751}
std::complex< double > ncomplex
◆ evalB() [3/3]
ncomplex Minor2::evalB |
( |
int |
ep, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| |
Definition at line 772 of file minoreval.cpp.
773{
775
776 if (i==0 && j==0) {
777 ivalue=-0.5*pm5->I2Dstu(ep, ps, pt, pu);
778 }
779 else {
780 assert(i!=0 && j!=0);
781 if (i>=ps) i=i+1;
782 if (i>=pt) {
783 i=i+1;
784 if (i==ps) i=i+1;
785 }
786 if (i>=pu || pu==5) {
787 i=i+1;
788 if (i==ps) i=i+1;
789 if (i==pt) i=i+1;
790 }
791 ivalue=pm5->I2D2stuij(ep, ps, pt, pu, i, i);
792 }
793 return ivalue;
794}
◆ SPtr< Minor2 >
The documentation for this class was generated from the following files: