Package com.polytechnik.utils
Class RayleighQuotient.TestRayleighQuotient
java.lang.Object
com.polytechnik.utils.RayleighQuotient.TestRayleighQuotient
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BasisFunctionsCalculatable
(package private) final double
(package private) final String
(package private) final Random
(package private) final TestOrthogonalPolynomialsBasisFunctionsCalculatable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static double[][]
getMatrSplitted
(int ind, double[] psi, double[] QQ, int n) (package private) void
runTests
(int neq_max) (package private) void
test_MatrixAndValues
(int n) (package private) void
test_RQMatrixAndValues
(int n, double[] psi, double[] QQf, double[] QQt) (package private) void
test_Values
(int n) (package private) void
test_Values2
(int n)
-
Field Details
-
TM
-
B
-
eps
final double eps- See Also:
-
name
-
r
-
-
Constructor Details
-
TestRayleighQuotient
TestRayleighQuotient(String text, long random)
-
-
Method Details
-
test_MatrixAndValues
void test_MatrixAndValues(int n) -
test_RQMatrixAndValues
void test_RQMatrixAndValues(int n, double[] psi, double[] QQf, double[] QQt) -
getMatrSplitted
static double[][] getMatrSplitted(int ind, double[] psi, double[] QQ, int n) -
test_Values
void test_Values(int n) -
test_Values2
void test_Values2(int n) -
runTests
void runTests(int neq_max)
-