public interface operator(.dot.)
Functions
public pure function dot_prod_t(a, b)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(vector), |
intent(in) |
|
| :: |
a(:) | |
type(vector), |
intent(in) |
|
| :: |
b | |
Return Value type(vector)
public pure function dot_prod_v(a, b)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(vector), |
intent(in) |
|
| :: |
a | |
type(vector), |
intent(in) |
|
| :: |
b | |
Return Value real(kind=psb_dpk_)