Merge two autodiff arrays based on a mask
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(array_type), | intent(in), | target | :: | tsource | ||
| class(array_type), | intent(in), | target | :: | fsource | ||
| logical, | intent(in), | dimension(:,:) | :: | mask |
Merge two autodiff arrays based on a mask
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(array_type), | intent(in), | target | :: | tsource | ||
| real(kind=real32), | intent(in) | :: | fsource | |||
| logical, | intent(in), | dimension(:,:) | :: | mask |
Merge two autodiff arrays based on a mask
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | tsource | |||
| class(array_type), | intent(in), | target | :: | fsource | ||
| logical, | intent(in), | dimension(:,:) | :: | mask |
Merge two autodiff arrays based on a mask
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(array_type), | intent(in), | target | :: | tsource | ||
| real(kind=real32), | intent(in), | dimension(:,:) | :: | fsource | ||
| logical, | intent(in), | dimension(:,:) | :: | mask |