public interface lacon
LACON estimates the 1-norm of a square, complex matrix A.
Reverse communication is used for evaluating matrix-vector products.
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=sp),
|
intent(out) |
|
|
:: |
v(n) |
|
|
complex(kind=sp),
|
intent(inout) |
|
|
:: |
x(n) |
|
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
est |
|
|
integer(kind=ilp),
|
intent(inout) |
|
|
:: |
kase |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
real(kind=dp),
|
intent(out) |
|
|
:: |
v(*) |
|
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
x(*) |
|
|
integer(kind=ilp),
|
intent(out) |
|
|
:: |
isgn(*) |
|
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
est |
|
|
integer(kind=ilp),
|
intent(inout) |
|
|
:: |
kase |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
real(kind=sp),
|
intent(out) |
|
|
:: |
v(*) |
|
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
x(*) |
|
|
integer(kind=ilp),
|
intent(out) |
|
|
:: |
isgn(*) |
|
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
est |
|
|
integer(kind=ilp),
|
intent(inout) |
|
|
:: |
kase |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=dp),
|
intent(out) |
|
|
:: |
v(n) |
|
|
complex(kind=dp),
|
intent(inout) |
|
|
:: |
x(n) |
|
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
est |
|
|
integer(kind=ilp),
|
intent(inout) |
|
|
:: |
kase |
|
Module Procedures