Tests for summation

class exa.math.misc.test.test_summation.TestSumProductPair(methodName='runTest')[source]

Tests for all functions name sum_product_pair*

setUp()[source]

Generate a couple of attributes for testing.

test_sum_product_pair()[source]

Test sum_product_pair(). This function should work regardless of types.

test_sum_product_pair_f8()[source]

Test sum_product_pair_f8(). This function only works on 64-bit floating point numbers.