operator(.dot.) Interface

public interface operator(.dot.)

Module Procedures

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