|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.transform.RealTransformerAbstractTest
org.apache.commons.math3.transform.FastCosineTransformerTest
public final class FastCosineTransformerTest
Test case for fast cosine transformer.
FCT algorithm is exact, the small tolerance number is used only to account for round-off errors.
| Constructor Summary | |
|---|---|
FastCosineTransformerTest(DctNormalization normalization)
|
|
| Method Summary | |
|---|---|
static Collection<Object[]> |
data()
Returns an array containing true, false in order to check both
standard and orthogonal DCTs. |
void |
testAdHocData()
Test of transformer for the ad hoc data. |
void |
testParameters()
Test of parameters for the transformer. |
void |
testSinFunction()
Test of transformer for the sine function. |
| Methods inherited from class org.apache.commons.math3.transform.RealTransformerAbstractTest |
|---|
testTransformFunction, testTransformFunctionInvalidBounds, testTransformFunctionInvalidDataSize, testTransformFunctionNotStrictlyPositiveNumberOfSamples, testTransformReal, testTransformRealInvalidDataSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FastCosineTransformerTest(DctNormalization normalization)
| Method Detail |
|---|
public static Collection<Object[]> data()
true, false in order to check both
standard and orthogonal DCTs.
public void testAdHocData()
public void testParameters()
throws Exception
Exceptionpublic void testSinFunction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||