public interface operator(+)
Module Procedures
private function add_uv(u, v) result(o)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=wp), |
intent(in), |
|
dimension(:) | :: |
u | |
type(spvec_t), |
intent(in) |
|
| :: |
v | |
Return Value real(kind=wp),
dimension(:), allocatable
private function add_vu(v, u) result(o)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(spvec_t), |
intent(in) |
|
| :: |
v | |
real(kind=wp), |
intent(in), |
|
dimension(:) | :: |
u | |
Return Value real(kind=wp),
dimension(:), allocatable
private function add_vv(u, v) result(o)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(spvec_t), |
intent(in) |
|
| :: |
u | |
type(spvec_t), |
intent(in) |
|
| :: |
v | |
Return Value type(spvec_t)