IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Static Public Member Functions | |
static bool | testevd (bool silent) |
static bool | testevd (bool silent) |
static bool | _pexec_testevd (bool silent) |
Static Private Member Functions | |
static void | rmatrixfillsparsea (ref double[,] a, int m, int n, double sparcity) |
static void | cmatrixfillsparsea (ref complex[,] a, int m, int n, double sparcity) |
static void | rmatrixsymmetricsplit (double[,] a, int n, ref double[,] al, ref double[,] au) |
static void | cmatrixhermitiansplit (complex[,] a, int n, ref complex[,] al, ref complex[,] au) |
static void | unset2d (ref double[,] a) |
static void | cunset2d (ref complex[,] a) |
static void | unset1d (ref double[] a) |
static void | cunset1d (ref complex[] a) |
static double | tdtestproduct (double[] d, double[] e, int n, double[,] z, double[] lambdav) |
static double | testproduct (double[,] a, int n, double[,] z, double[] lambdav) |
static double | testort (double[,] z, int n) |
static double | testcproduct (complex[,] a, int n, complex[,] z, double[] lambdav) |
static double | testcort (complex[,] z, int n) |
static void | testsevdproblem (double[,] a, double[,] al, double[,] au, int n, double threshold, ref bool serrors, ref int failc, ref int runs) |
static void | testhevdproblem (complex[,] a, complex[,] al, complex[,] au, int n, double threshold, ref bool herrors, ref int failc, ref int runs) |
static void | testsevdbiproblem (double[,] afull, double[,] al, double[,] au, int n, bool distvals, double threshold, ref bool serrors, ref int failc, ref int runs) |
static void | testhevdbiproblem (complex[,] afull, complex[,] al, complex[,] au, int n, bool distvals, double threshold, ref bool herrors, ref int failc, ref int runs) |
static void | testtdevdproblem (double[] d, double[] e, int n, double threshold, ref bool tderrors, ref int failc, ref int runs) |
static void | testtdevdbiproblem (double[] d, double[] e, int n, bool distvals, double threshold, ref bool serrors, ref int failc, ref int runs) |
static void | testnsevdproblem (double[,] a, int n, double threshold, ref bool nserrors, ref int failc, ref int runs) |
static void | testevdset (int n, double threshold, double bithreshold, ref int failc, ref int runs, ref bool nserrors, ref bool serrors, ref bool herrors, ref bool tderrors, ref bool sbierrors, ref bool hbierrors, ref bool tdbierrors) |
static void | rmatrixfillsparsea (ref double[,] a, int m, int n, double sparcity) |
static void | cmatrixfillsparsea (ref complex[,] a, int m, int n, double sparcity) |
static void | rmatrixsymmetricsplit (double[,] a, int n, ref double[,] al, ref double[,] au) |
static void | cmatrixhermitiansplit (complex[,] a, int n, ref complex[,] al, ref complex[,] au) |
static void | unset2d (ref double[,] a) |
static void | cunset2d (ref complex[,] a) |
static void | unset1d (ref double[] a) |
static void | cunset1d (ref complex[] a) |
static double | tdtestproduct (double[] d, double[] e, int n, double[,] z, double[] lambdav) |
static double | testproduct (double[,] a, int n, double[,] z, double[] lambdav) |
static double | testort (double[,] z, int n) |
static double | testcproduct (complex[,] a, int n, complex[,] z, double[] lambdav) |
static double | testcort (complex[,] z, int n) |
static void | testsevdproblem (double[,] a, double[,] al, double[,] au, int n, double threshold, ref bool serrors, ref int failc, ref int runs) |
static void | testhevdproblem (complex[,] a, complex[,] al, complex[,] au, int n, double threshold, ref bool herrors, ref int failc, ref int runs) |
static void | testsevdbiproblem (double[,] afull, double[,] al, double[,] au, int n, bool distvals, double threshold, ref bool serrors, ref int failc, ref int runs) |
static void | testhevdbiproblem (complex[,] afull, complex[,] al, complex[,] au, int n, bool distvals, double threshold, ref bool herrors, ref int failc, ref int runs) |
static void | testtdevdproblem (double[] d, double[] e, int n, double threshold, ref bool tderrors, ref int failc, ref int runs) |
static void | testtdevdbiproblem (double[] d, double[] e, int n, bool distvals, double threshold, ref bool serrors, ref int failc, ref int runs) |
static void | testnsevdproblem (double[,] a, int n, double threshold, ref bool nserrors, ref int failc, ref int runs) |
static void | testevdset (int n, double threshold, double bithreshold, ref int failc, ref int runs, ref bool nserrors, ref bool serrors, ref bool herrors, ref bool tderrors, ref bool sbierrors, ref bool hbierrors, ref bool tdbierrors) |
|
inlinestatic |
References alglib.ablas.ablasblocksize(), alglib.math.machineepsilon, and alglib.testevdunit.testevdset().
Referenced by alglib.testevdunit._pexec_testevd(), and _Test.Main().
|
inlinestaticprivate |
References alglib.math.randomreal().
Referenced by alglib.testevdunit.testevdset().
|
inlinestaticprivate |
References alglib.math.randomreal().
Referenced by alglib.testevdunit.testevdset().
|
inlinestaticprivate |
References alglib.math.randomreal().
Referenced by alglib.testevdunit.testevdset().
|
inlinestaticprivate |
References alglib.math.conj(), and alglib.math.randomreal().
Referenced by alglib.testevdunit.testevdset().
|
inlinestaticprivate |
References alglib.math.randomreal().
Referenced by alglib.testevdunit.testsevdbiproblem(), and alglib.testevdunit.testsevdproblem().
|
inlinestaticprivate |
References alglib.math.randomreal().
Referenced by alglib.testevdunit.testhevdbiproblem(), and alglib.testevdunit.testhevdproblem().
|
inlinestaticprivate |
|
inlinestaticprivate |
References alglib.math.randomreal().
|
inlinestaticprivate |
Referenced by alglib.testevdunit.testtdevdproblem().
|
inlinestaticprivate |
Referenced by alglib.testevdunit.testsevdproblem().
|
inlinestaticprivate |
Referenced by alglib.testevdunit.testsevdproblem(), and alglib.testevdunit.testtdevdproblem().
|
inlinestaticprivate |
References alglib.math.abscomplex(), and alglib.math.conj().
Referenced by alglib.testevdunit.testhevdproblem().
|
inlinestaticprivate |
References alglib.math.abscomplex(), and alglib.math.conj().
Referenced by alglib.testevdunit.testhevdproblem().
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
References alglib.math.randomreal(), alglib.evd.smatrixtdevd(), alglib.testevdunit.tdtestproduct(), and alglib.testevdunit.testort().
Referenced by alglib.testevdunit.testevdset().
|
inlinestaticprivate |
References alglib.math.randominteger(), alglib.math.randomreal(), alglib.evd.smatrixtdevd(), alglib.evd.smatrixtdevdi(), and alglib.evd.smatrixtdevdr().
Referenced by alglib.testevdunit.testevdset().
|
inlinestaticprivate |
References alglib.evd.rmatrixevd().
Referenced by alglib.testevdunit.testevdset().
|
inlinestaticprivate |
References alglib.testevdunit.cmatrixfillsparsea(), alglib.testevdunit.cmatrixhermitiansplit(), alglib.math.conj(), alglib.math.randomreal(), alglib.testevdunit.rmatrixfillsparsea(), alglib.testevdunit.rmatrixsymmetricsplit(), alglib.testevdunit.testhevdbiproblem(), alglib.testevdunit.testhevdproblem(), alglib.testevdunit.testnsevdproblem(), alglib.testevdunit.testsevdbiproblem(), alglib.testevdunit.testsevdproblem(), alglib.testevdunit.testtdevdbiproblem(), alglib.testevdunit.testtdevdproblem(), alglib.complex.x, and alglib.complex.y.
Referenced by alglib.testevdunit.testevd().
|
inlinestatic |
|
inlinestatic |
References alglib.testevdunit.testevd().
Referenced by _Test.Main().
|
inlinestaticprivate |
References alglib.math.randomreal().
|
inlinestaticprivate |
References alglib.math.randomreal().
|
inlinestaticprivate |
References alglib.math.randomreal().
|
inlinestaticprivate |
References alglib.math.conj(), and alglib.math.randomreal().
|
inlinestaticprivate |
References alglib.math.randomreal().
|
inlinestaticprivate |
References alglib.math.randomreal().
|
inlinestaticprivate |
References alglib.math.randomreal().
|
inlinestaticprivate |
References alglib.math.randomreal().
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
References alglib.math.abscomplex(), and alglib.math.conj().
|
inlinestaticprivate |
References alglib.math.abscomplex(), and alglib.math.conj().
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
References alglib.evd.rmatrixevd().
|
inlinestaticprivate |
References alglib.testevdunit.cmatrixfillsparsea(), alglib.testevdunit.cmatrixhermitiansplit(), alglib.math.conj(), alglib.math.randomreal(), alglib.testevdunit.rmatrixfillsparsea(), alglib.testevdunit.rmatrixsymmetricsplit(), alglib.testevdunit.testhevdbiproblem(), alglib.testevdunit.testhevdproblem(), alglib.testevdunit.testnsevdproblem(), alglib.testevdunit.testsevdbiproblem(), alglib.testevdunit.testsevdproblem(), alglib.testevdunit.testtdevdbiproblem(), alglib.testevdunit.testtdevdproblem(), alglib.complex.x, and alglib.complex.y.