ScalES-PPM
Loading...
Searching...
No Matches
Public Member Functions | List of all members
linear_algebra::arr_dotproduct Interface Reference

Dot product for dim 1 and 2 arrays in single/double precision. More...

Public Member Functions

real(sp) function arr_dotproduct1_sp (x, global_opt)
 
real(dp) function arr_dotproduct1_dp (x, global_opt)
 
real(sp) function arr_dotproduct2_sp (x, y, global_opt)
 Array-wise dotproduct for two different matrices.
 
real(dp) function arr_dotproduct2_dp (x, y, global_opt)
 Array-wise dotproduct for two different matrices.
 

Detailed Description

Dot product for dim 1 and 2 arrays in single/double precision.

If only one array is povided perform dot product x^T * x.

Parameters
[in]xarray
[in]yoptional second array
[in]global_optboolean, perform operation globally if true
Returns
dot product

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

Das diesem Bericht zugrundeliegende Vorhaben wurde mit Mitteln des Bundesministeriums für Bildung, und Forschung unter dem Förderkennzeichen 01IH08004E gefördert. Die Verantwortung für den Inhalt dieser Veröffentlichung liegt beim Autor.