Generic modern interface for HBMV. Supports c, z. See also: chbmv, zhbmv.
Modern interface for chbmv. See also: mfi_hbmv, f77_hbmv.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(in) | :: | a(:,:) | |||
complex(kind=REAL32), | intent(in) | :: | x(:) | |||
complex(kind=REAL32), | intent(inout) | :: | y(:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
complex(kind=REAL32), | intent(in), | optional | :: | alpha | ||
complex(kind=REAL32), | intent(in), | optional | :: | beta | ||
integer, | intent(in), | optional | :: | incx | ||
integer, | intent(in), | optional | :: | incy |
Modern interface for zhbmv. See also: mfi_hbmv, f77_hbmv.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(in) | :: | a(:,:) | |||
complex(kind=REAL64), | intent(in) | :: | x(:) | |||
complex(kind=REAL64), | intent(inout) | :: | y(:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
complex(kind=REAL64), | intent(in), | optional | :: | alpha | ||
complex(kind=REAL64), | intent(in), | optional | :: | beta | ||
integer, | intent(in), | optional | :: | incx | ||
integer, | intent(in), | optional | :: | incy |