dot_product Interface

public interface dot_product

Functions

private module function dot_product_arrays(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: a
class(array_type), intent(in), target :: b

Return Value type(array_type), pointer