public interface svdsolve
Functions
private module function svdsolve_dp(A, b, cutoff) result(x)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
real(kind=dp), |
intent(in), |
|
dimension(:) | :: |
b | |
integer, |
intent(in), |
optional |
| :: |
cutoff | |
Return Value real(kind=dp),
dimension(:), allocatable
private module function svdsolve_sp(A, b, cutoff) result(x)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
real(kind=sp), |
intent(in), |
|
dimension(:) | :: |
b | |
integer, |
intent(in), |
optional |
| :: |
cutoff | |
Return Value real(kind=sp),
dimension(:), allocatable