|
pure real(sp) function, dimension(size(a, 1), size(a, 2)) | la_s_cholesky_fun (a, lower, other_zeroed) |
|
pure real(dp) function, dimension(size(a, 1), size(a, 2)) | la_d_cholesky_fun (a, lower, other_zeroed) |
|
pure real(qp) function, dimension(size(a, 1), size(a, 2)) | la_q_cholesky_fun (a, lower, other_zeroed) |
|
pure complex(sp) function, dimension(size(a, 1), size(a, 2)) | la_c_cholesky_fun (a, lower, other_zeroed) |
|
pure complex(dp) function, dimension(size(a, 1), size(a, 2)) | la_z_cholesky_fun (a, lower, other_zeroed) |
|
pure complex(qp) function, dimension(size(a, 1), size(a, 2)) | la_w_cholesky_fun (a, lower, other_zeroed) |
|
◆ la_c_cholesky_fun()
pure complex(sp) function, dimension(size(a,1),size(a,2)) la_cholesky::chol::la_c_cholesky_fun |
( |
complex(sp), dimension(:,:), intent(in) |
a, |
|
|
logical(lk), intent(in), optional |
lower, |
|
|
logical(lk), intent(in), optional |
other_zeroed |
|
) |
| |
- Parameters
-
- Returns
- Output matrix with Cholesky factors c[n,n]
- Parameters
-
[in] | lower | [optional] is the lower or upper triangular factor required? Default = lower |
[in] | other_zeroed | [optional] should the unused half of the return matrix be zeroed out? Default: yes |
◆ la_d_cholesky_fun()
pure real(dp) function, dimension(size(a,1),size(a,2)) la_cholesky::chol::la_d_cholesky_fun |
( |
real(dp), dimension(:,:), intent(in) |
a, |
|
|
logical(lk), intent(in), optional |
lower, |
|
|
logical(lk), intent(in), optional |
other_zeroed |
|
) |
| |
- Parameters
-
- Returns
- Output matrix with Cholesky factors c[n,n]
- Parameters
-
[in] | lower | [optional] is the lower or upper triangular factor required? Default = lower |
[in] | other_zeroed | [optional] should the unused half of the return matrix be zeroed out? Default: yes |
◆ la_q_cholesky_fun()
pure real(qp) function, dimension(size(a,1),size(a,2)) la_cholesky::chol::la_q_cholesky_fun |
( |
real(qp), dimension(:,:), intent(in) |
a, |
|
|
logical(lk), intent(in), optional |
lower, |
|
|
logical(lk), intent(in), optional |
other_zeroed |
|
) |
| |
- Parameters
-
- Returns
- Output matrix with Cholesky factors c[n,n]
- Parameters
-
[in] | lower | [optional] is the lower or upper triangular factor required? Default = lower |
[in] | other_zeroed | [optional] should the unused half of the return matrix be zeroed out? Default: yes |
◆ la_s_cholesky_fun()
pure real(sp) function, dimension(size(a,1),size(a,2)) la_cholesky::chol::la_s_cholesky_fun |
( |
real(sp), dimension(:,:), intent(in) |
a, |
|
|
logical(lk), intent(in), optional |
lower, |
|
|
logical(lk), intent(in), optional |
other_zeroed |
|
) |
| |
- Parameters
-
- Returns
- Output matrix with Cholesky factors c[n,n]
- Parameters
-
[in] | lower | [optional] is the lower or upper triangular factor required? Default = lower |
[in] | other_zeroed | [optional] should the unused half of the return matrix be zeroed out? Default: yes |
◆ la_w_cholesky_fun()
pure complex(qp) function, dimension(size(a,1),size(a,2)) la_cholesky::chol::la_w_cholesky_fun |
( |
complex(qp), dimension(:,:), intent(in) |
a, |
|
|
logical(lk), intent(in), optional |
lower, |
|
|
logical(lk), intent(in), optional |
other_zeroed |
|
) |
| |
- Parameters
-
- Returns
- Output matrix with Cholesky factors c[n,n]
- Parameters
-
[in] | lower | [optional] is the lower or upper triangular factor required? Default = lower |
[in] | other_zeroed | [optional] should the unused half of the return matrix be zeroed out? Default: yes |
◆ la_z_cholesky_fun()
pure complex(dp) function, dimension(size(a,1),size(a,2)) la_cholesky::chol::la_z_cholesky_fun |
( |
complex(dp), dimension(:,:), intent(in) |
a, |
|
|
logical(lk), intent(in), optional |
lower, |
|
|
logical(lk), intent(in), optional |
other_zeroed |
|
) |
| |
- Parameters
-
- Returns
- Output matrix with Cholesky factors c[n,n]
- Parameters
-
[in] | lower | [optional] is the lower or upper triangular factor required? Default = lower |
[in] | other_zeroed | [optional] should the unused half of the return matrix be zeroed out? Default: yes |
The documentation for this interface was generated from the following file: