![]() |
(git:b77b4be)
|
Public Member Functions | |
real(kind=dp) function | kahan_blocked_dot_product_d1 (array1, array2, blksize) |
computes the accurate sum of blocks of regular dot products | |
Definition at line 59 of file kahan_sum.F.
real(kind=dp) function kahan_sum::accurate_dot_product_2::kahan_blocked_dot_product_d1 | ( | real(kind=dp), dimension(:), intent(in) | array1, |
real(kind=dp), dimension(:), intent(in) | array2, | ||
integer, intent(in), optional | blksize | ||
) |
computes the accurate sum of blocks of regular dot products
array1 | array of real numbers |
array2 | another array of real numbers |
blksize | ... |
Definition at line 1599 of file kahan_sum.F.