LA_WWADDW: adds a vector W into a doubled-single vector (X, Y). This works for all extant IBM's hex and binary floating point arithmetic, but not for decimal.
More...
|
pure subroutine | cla_wwaddw (n, x, y, w) |
|
| la_cla_wwaddw |
|
pure subroutine | dla_wwaddw (n, x, y, w) |
|
| la_dla_wwaddw |
|
| la_qla_wwaddw |
|
pure subroutine | sla_wwaddw (n, x, y, w) |
|
| la_sla_wwaddw |
|
| la_wla_wwaddw |
|
pure subroutine | zla_wwaddw (n, x, y, w) |
|
| la_zla_wwaddw |
|
LA_WWADDW: adds a vector W into a doubled-single vector (X, Y). This works for all extant IBM's hex and binary floating point arithmetic, but not for decimal.
◆ cla_wwaddw()
pure subroutine la_lapack::la_wwaddw::cla_wwaddw |
( |
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(*), intent(inout) |
x, |
|
|
complex(sp), dimension(*), intent(inout) |
y, |
|
|
complex(sp), dimension(*), intent(in) |
w |
|
) |
| |
◆ dla_wwaddw()
pure subroutine la_lapack::la_wwaddw::dla_wwaddw |
( |
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(inout) |
x, |
|
|
real(dp), dimension(*), intent(inout) |
y, |
|
|
real(dp), dimension(*), intent(in) |
w |
|
) |
| |
◆ la_cla_wwaddw()
la_lapack::la_wwaddw::la_cla_wwaddw |
◆ la_dla_wwaddw()
la_lapack::la_wwaddw::la_dla_wwaddw |
◆ la_qla_wwaddw()
la_lapack::la_wwaddw::la_qla_wwaddw |
◆ la_sla_wwaddw()
la_lapack::la_wwaddw::la_sla_wwaddw |
◆ la_wla_wwaddw()
la_lapack::la_wwaddw::la_wla_wwaddw |
◆ la_zla_wwaddw()
la_lapack::la_wwaddw::la_zla_wwaddw |
◆ sla_wwaddw()
pure subroutine la_lapack::la_wwaddw::sla_wwaddw |
( |
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(inout) |
x, |
|
|
real(sp), dimension(*), intent(inout) |
y, |
|
|
real(sp), dimension(*), intent(in) |
w |
|
) |
| |
◆ zla_wwaddw()
pure subroutine la_lapack::la_wwaddw::zla_wwaddw |
( |
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(*), intent(inout) |
x, |
|
|
complex(dp), dimension(*), intent(inout) |
y, |
|
|
complex(dp), dimension(*), intent(in) |
w |
|
) |
| |
The documentation for this interface was generated from the following file: