IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Test.OrthogonalPolynomialsTest Class Reference

Public Member Functions

void HermiteSpecialCases ()
 
void HermiteReflection ()
 
void HermiteRecurrence ()
 
void HermiteAddition ()
 
void HermiteSum ()
 
void HermiteOrthonormality ()
 
void HermiteInvalidOrder ()
 
void LaguerreSpecialCases ()
 
void LaguerreRecurrence ()
 
void LaguerreInequality ()
 
void LaguerreInvalidOrder ()
 
void LaguerreInvalidArgument ()
 
void LaguerreOrthonormality ()
 
void AssociatedLaguerreSpecialCases ()
 
void AssociatedLaguerreAlphaRecurrence ()
 
void AssociatedLaguerreSum ()
 
void AssociatedLaguerreOrthonormality ()
 
void ChebyshevSpecialCases ()
 
void ChebyshevInequality ()
 
void ChebyshevRecurrence ()
 
void ChebyshevReflection ()
 
void ChebyshevDoubling ()
 
void ChebyshevMultiplication ()
 
void ChebyshevCosine ()
 
void ChebyshevInvalidArgument ()
 
void LegendreSpecialCases ()
 
void LegendreInequality ()
 
void LegendreTuronInequality ()
 
void LegendreRecurrence ()
 
void LegendreReflection ()
 
void LegendreNegativeOrder ()
 
void LegendreInvalidArgument ()
 
void LegendreOrthonormality ()
 
void SphericalHarmonicSpecialCases ()
 
void SphericalHarmonicLegendre ()
 
void SphericalHarmonicConjugation ()
 
void SphericalHarmonicNormalization ()
 
void SphericalHarmonicAddition ()
 
void SphericalHarmonicLowOrders ()
 
void ZernikeSpecialCases ()
 
void ZernikeOrthonormality ()
 
void ZernikeBessel ()
 
void AssociatedLegendreLowOrders ()
 
void AssociatedLegendreAgreement ()
 
void AssociatedLegendreRecurrenceL ()
 
void AssociatedLegendreRecurrenceM ()
 
void AssociatedLegendreOrthonormalityL ()
 

Properties

TestContext TestContext [get, set]
 

Private Member Functions

double[] GenerateRandomAngles (double lower, double upper, int n)
 

Private Attributes

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 }
 

Member Function Documentation

void Test.OrthogonalPolynomialsTest.HermiteSpecialCases ( )
inline
void Test.OrthogonalPolynomialsTest.HermiteReflection ( )
inline
void Test.OrthogonalPolynomialsTest.HermiteRecurrence ( )
inline
void Test.OrthogonalPolynomialsTest.HermiteAddition ( )
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.AssociatedLaguerreSpecialCases ( )
inline
void Test.OrthogonalPolynomialsTest.AssociatedLaguerreAlphaRecurrence ( )
inline
void Test.OrthogonalPolynomialsTest.AssociatedLaguerreSum ( )
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.SphericalHarmonicSpecialCases ( )
inline
void Test.OrthogonalPolynomialsTest.SphericalHarmonicConjugation ( )
inline
void Test.OrthogonalPolynomialsTest.SphericalHarmonicLowOrders ( )
inline
void Test.OrthogonalPolynomialsTest.ZernikeSpecialCases ( )
inline
void Test.OrthogonalPolynomialsTest.AssociatedLegendreLowOrders ( )
inline
void Test.OrthogonalPolynomialsTest.AssociatedLegendreAgreement ( )
inline
void Test.OrthogonalPolynomialsTest.AssociatedLegendreRecurrenceL ( )
inline
void Test.OrthogonalPolynomialsTest.AssociatedLegendreRecurrenceM ( )
inline

Member Data Documentation

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

Property Documentation

TestContext Test.OrthogonalPolynomialsTest.TestContext
getset

The documentation for this class was generated from the following file: