|
TestContext | testContextInstance |
|
int[] | orders = new int[] { 3, 4, 33, 44, 333, 444 } |
|
double[] | aArguments = new double[] { 0.00011, 0.11, 1.1, 11.1, 111.1, 1111.1 } |
|
double[] | bArguments = new double[] { 0.00001, 0.02, 0.34, 0.56, 0.78, 0.99999 } |
|
void Test.OrthogonalPolynomialsTest.HermiteSpecialCases |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.HermiteReflection |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.HermiteRecurrence |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.HermiteAddition |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.HermiteSum |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.HermiteOrthonormality |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.HermiteInvalidOrder |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LaguerreSpecialCases |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LaguerreRecurrence |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LaguerreInequality |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LaguerreInvalidOrder |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LaguerreInvalidArgument |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LaguerreOrthonormality |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLaguerreSpecialCases |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLaguerreAlphaRecurrence |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLaguerreSum |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLaguerreOrthonormality |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ChebyshevSpecialCases |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ChebyshevInequality |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ChebyshevRecurrence |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ChebyshevReflection |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ChebyshevDoubling |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ChebyshevMultiplication |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ChebyshevCosine |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ChebyshevInvalidArgument |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LegendreSpecialCases |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LegendreInequality |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LegendreTuronInequality |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LegendreRecurrence |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LegendreReflection |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LegendreNegativeOrder |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LegendreInvalidArgument |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.LegendreOrthonormality |
( |
| ) |
|
|
inline |
double [] Test.OrthogonalPolynomialsTest.GenerateRandomAngles |
( |
double |
lower, |
|
|
double |
upper, |
|
|
int |
n |
|
) |
| |
|
inlineprivate |
void Test.OrthogonalPolynomialsTest.SphericalHarmonicSpecialCases |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.SphericalHarmonicLegendre |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.SphericalHarmonicConjugation |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.SphericalHarmonicNormalization |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.SphericalHarmonicAddition |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.SphericalHarmonicLowOrders |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ZernikeSpecialCases |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ZernikeOrthonormality |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.ZernikeBessel |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLegendreLowOrders |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLegendreAgreement |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLegendreRecurrenceL |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLegendreRecurrenceM |
( |
| ) |
|
|
inline |
void Test.OrthogonalPolynomialsTest.AssociatedLegendreOrthonormalityL |
( |
| ) |
|
|
inline |
TestContext Test.OrthogonalPolynomialsTest.testContextInstance |
|
private |
int [] Test.OrthogonalPolynomialsTest.orders = new int[] { 3, 4, 33, 44, 333, 444 } |
|
private |
double [] Test.OrthogonalPolynomialsTest.aArguments = new double[] { 0.00011, 0.11, 1.1, 11.1, 111.1, 1111.1 } |
|
private |
double [] Test.OrthogonalPolynomialsTest.bArguments = new double[] { 0.00001, 0.02, 0.34, 0.56, 0.78, 0.99999 } |
|
private |
TestContext Test.OrthogonalPolynomialsTest.TestContext |
|
getset |
The documentation for this class was generated from the following file: