LADIV_S: performs complex division in real arithmetic a + i*b p + i*q = ------— c + i*d The algorithm is due to Michael Baudin and Robert L. Smith and can be found in the paper "A Robust Complex Division in Scilab".
More...
|
pure subroutine | dladiv (a, b, c, d, p, q) |
|
| la_dladiv |
|
| la_qladiv |
|
pure subroutine | sladiv (a, b, c, d, p, q) |
|
| la_sladiv |
|
LADIV_S: performs complex division in real arithmetic a + i*b p + i*q = ------— c + i*d The algorithm is due to Michael Baudin and Robert L. Smith and can be found in the paper "A Robust Complex Division in Scilab".
◆ dladiv()
pure subroutine la_lapack::ladiv_s::dladiv |
( |
real(dp), intent(in) | a, |
|
|
real(dp), intent(in) | b, |
|
|
real(dp), intent(in) | c, |
|
|
real(dp), intent(in) | d, |
|
|
real(dp), intent(out) | p, |
|
|
real(dp), intent(out) | q ) |
◆ la_dladiv()
la_lapack::ladiv_s::la_dladiv |
◆ la_qladiv()
la_lapack::ladiv_s::la_qladiv |
◆ la_sladiv()
la_lapack::ladiv_s::la_sladiv |
◆ sladiv()
pure subroutine la_lapack::ladiv_s::sladiv |
( |
real(sp), intent(in) | a, |
|
|
real(sp), intent(in) | b, |
|
|
real(sp), intent(in) | c, |
|
|
real(sp), intent(in) | d, |
|
|
real(sp), intent(out) | p, |
|
|
real(sp), intent(out) | q ) |
The documentation for this interface was generated from the following file: