recip_mult_array Interface

public interface recip_mult_array

An interface to the reciprocal multiplication routines.


Module Procedures

private subroutine recip_mult_array_dbl(a, x)

Computes the product of a scalar and a vector, where the scalar is the reciprocal of the scalar A.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a

The scalar A, which is the reciprocal of the scalar to multiply by.

real(kind=real64), intent(inout), dimension(:) :: x

On input, the vector to multiply. On output, the product of the vector and the scalar reciprocal.