LACON: estimates the 1-norm of a square, complex matrix A. Reverse communication is used for evaluating matrix-vector products.
More...
|
| subroutine | clacon (n, v, x, est, kase) |
| |
| | la_clacon |
| |
| subroutine | dlacon (n, v, x, isgn, est, kase) |
| |
| | la_dlacon |
| |
| | la_qlacon |
| |
| subroutine | slacon (n, v, x, isgn, est, kase) |
| |
| | la_slacon |
| |
| | la_wlacon |
| |
| subroutine | zlacon (n, v, x, est, kase) |
| |
| | la_zlacon |
| |
LACON: estimates the 1-norm of a square, complex matrix A. Reverse communication is used for evaluating matrix-vector products.
◆ clacon()
| subroutine la_lapack::lacon::clacon |
( |
integer(ilp), intent(in) | n, |
|
|
complex(sp), dimension(n), intent(out) | v, |
|
|
complex(sp), dimension(n), intent(inout) | x, |
|
|
real(sp), intent(inout) | est, |
|
|
integer(ilp), intent(inout) | kase ) |
◆ dlacon()
| subroutine la_lapack::lacon::dlacon |
( |
integer(ilp), intent(in) | n, |
|
|
real(dp), dimension(*), intent(out) | v, |
|
|
real(dp), dimension(*), intent(inout) | x, |
|
|
integer(ilp), dimension(*), intent(out) | isgn, |
|
|
real(dp), intent(inout) | est, |
|
|
integer(ilp), intent(inout) | kase ) |
◆ la_clacon()
| la_lapack::lacon::la_clacon |
◆ la_dlacon()
| la_lapack::lacon::la_dlacon |
◆ la_qlacon()
| la_lapack::lacon::la_qlacon |
◆ la_slacon()
| la_lapack::lacon::la_slacon |
◆ la_wlacon()
| la_lapack::lacon::la_wlacon |
◆ la_zlacon()
| la_lapack::lacon::la_zlacon |
◆ slacon()
| subroutine la_lapack::lacon::slacon |
( |
integer(ilp), intent(in) | n, |
|
|
real(sp), dimension(*), intent(out) | v, |
|
|
real(sp), dimension(*), intent(inout) | x, |
|
|
integer(ilp), dimension(*), intent(out) | isgn, |
|
|
real(sp), intent(inout) | est, |
|
|
integer(ilp), intent(inout) | kase ) |
◆ zlacon()
| subroutine la_lapack::lacon::zlacon |
( |
integer(ilp), intent(in) | n, |
|
|
complex(dp), dimension(n), intent(out) | v, |
|
|
complex(dp), dimension(n), intent(inout) | x, |
|
|
real(dp), intent(inout) | est, |
|
|
integer(ilp), intent(inout) | kase ) |
The documentation for this interface was generated from the following file: