Solve a tridiagonal linear algebra problem \( [A]\{x\}=\{b\} \)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:) | :: | A | Coefficient matrix with the diagonals in columns \( [A] \) |
|
real(kind=wp), | intent(in), | dimension(:) | :: | b | Right-hand-side of the system \( \{b\} \) |
Problem solution \( \{x\} \)
Solve a tridiagonal linear algebra problem \( [A]\{x\}=\{b\} \)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:) | :: | A | Coefficient matrix with the diagonals in columns \( [A] \) |
|
real(kind=wp), | intent(in), | dimension(:,:) | :: | b | Right-hand-side of the system \( \{b\} \) |
Problem solution \( \{x\} \)
Solve a tridiagonal linear algebra problem \( [A]\{x\}=\{b\} \)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=wp), | intent(in), | dimension(:,:) | :: | A | Coefficient matrix with the diagonals in columns \( [A] \) |
|
complex(kind=wp), | intent(in), | dimension(:) | :: | b | Right-hand-side of the system \( \{b\} \) |
Problem solution \( \{x\} \)
Solve a tridiagonal linear algebra problem \( [A]\{x\}=\{b\} \)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=wp), | intent(in), | dimension(:,:) | :: | A | Coefficient matrix with the diagonals in columns \( [A] \) |
|
complex(kind=wp), | intent(in), | dimension(:,:) | :: | b | Right-hand-side of the system \( \{b\} \) |
Problem solution \( \{x\} \)