Double precision interfaces for the BLAS procedures used by odrpack.
Sum of magnitudes of vector components.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx |
Inner product of vectors.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx | |||
| real(kind=dp), | intent(in) | :: | y(*) | |||
| integer, | intent(in) | :: | incy |
Euclidean length (L2 Norm) of vector.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx |
Find largest component of vector.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx |
Computation Y = A*X + Y.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | a | |||
| real(kind=dp), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx | |||
| real(kind=dp), | intent(inout) | :: | y(*) | |||
| integer, | intent(in) | :: | incy |
Vector copy Y = X.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx | |||
| real(kind=dp), | intent(inout) | :: | y(*) | |||
| integer, | intent(in) | :: | incy |
Apply Givens rotation.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(inout) | :: | x(*) | |||
| integer, | intent(in) | :: | incx | |||
| real(kind=dp), | intent(inout) | :: | y(*) | |||
| integer, | intent(in) | :: | incy | |||
| real(kind=dp), | intent(in) | :: | c | |||
| real(kind=dp), | intent(in) | :: | s |
Construct plane Givens rotation.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | a | |||
| real(kind=dp), | intent(in) | :: | b | |||
| real(kind=dp), | intent(out) | :: | c | |||
| real(kind=dp), | intent(out) | :: | s |
Vector scale X = A*X.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | a | |||
| real(kind=dp), | intent(inout) | :: | x(*) | |||
| integer, | intent(in) | :: | incx |
Interchange vectors.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx | |||
| real(kind=dp), | intent(inout) | :: | y(*) | |||
| integer, | intent(in) | :: | incy |