Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(inout) | :: | a(:,:) |
Description: Solves a linear system Ax=b, where A has been previously decomposed according to the Cholesky factorization. A: type REAL, rank 2.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(in) | :: | a(:,:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | b(:) |
$Id$
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(in) | :: | a(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | b(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(inout) | :: | a(:) |