public interface chol
chol computes Cholesky's decomposition of a symmetric positive
definite matrix.
Functions
private module function chol_dp(A) result(L)
Arguments
| Type |
Intent | Optional |
Attributes | | Name | |
| real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
Return Value real(kind=dp),
dimension(:, :), allocatable
private module function chol_sp(A) result(L)
Arguments
| Type |
Intent | Optional |
Attributes | | Name | |
| real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
Return Value real(kind=sp),
dimension(:, :), allocatable