(git:c5411e0)
Loading...
Searching...
No Matches
kahan_sum::accurate_dot_product_2 Interface Reference

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
 

Detailed Description

Definition at line 59 of file kahan_sum.F.

Member Function/Subroutine Documentation

◆ kahan_blocked_dot_product_d1()

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

Parameters
array1array of real numbers
array2another array of real numbers
blksize...
Returns
dot product

Definition at line 1599 of file kahan_sum.F.


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