Go to the source code of this file.
|
subroutine | mt01oo (A11, A12, A22, XMUL, LGSEG, NELEM, NELMAX) |
|
◆ mt01oo()
subroutine mt01oo |
( |
double precision, dimension(nelmax), intent(inout) |
A11, |
|
|
double precision, dimension(nelmax), intent(inout) |
A12, |
|
|
double precision, dimension(nelmax), intent(inout) |
A22, |
|
|
double precision, intent(in) |
XMUL, |
|
|
double precision, dimension(nelmax), intent(in) |
LGSEG, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX |
|
) |
| |
- Parameters
-
[in] | nelem | [out] A11 Elements of matrix |
[out] | A12 | Elements of matrix |
[out] | A22 | Elements of matrix |
[in] | LGSEG | Length of segments. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | XMUL | Multiplication factor |
[in] | nelmax | [out] A11 Elements of matrix |
[out] | A12 | Elements of matrix |
[out] | A22 | Elements of matrix |
[in] | LGSEG | Length of segments. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | XMUL | Multiplication factor |
Definition at line 7 of file mt01oo.f.