Source Files
Modules
Procedures
Derived Types
dot_product
Interface
6 statements
Source File
diffstruc_operations_linalg.f90
diffstruc__operations_linalg
dot_product
Contents
Functions
dot_product_arrays
public interface dot_product
Functions
private module function dot_product_arrays(a, b) result(c)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
array_type
),
intent(in),
target
::
a
class(
array_type
),
intent(in),
target
::
b
Return Value
type(
array_type
), pointer