Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:,:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:,:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:) | :: | u | ||
type(ad_t), | intent(in), | dimension(:) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:) | :: | u | ||
type(ad_t), | intent(in), | dimension(:,:) | :: | v |
Solve a tridiagonal linear algebra problem \( [A]\{x\}=\{b\} \)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:) | :: | A | Coefficient matrix with the diagonals in columns \( [A] \) |
|
type(ad_t), | 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 | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:) | :: | A | Coefficient matrix with the diagonals in columns \( [A] \) |
|
type(ad_t), | intent(in), | dimension(:,:) | :: | b | Right-hand-side of the system \( \{b\} \) |
Problem solution \( \{x\} \)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:) | :: | A | ||
type(ad_t), | intent(in), | dimension(:) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ad_t), | intent(in), | dimension(:,:) | :: | A | ||
type(ad_t), | intent(in), | dimension(:,:) | :: | b |