NTPoly
|
Wraps the matrix inversion module for calling from other languages. More...
Functions/Subroutines | |
subroutine, public | gershgorinbounds_wrp (ih_this, min_value, max_value) |
Compute a bounds on the minimum and maximum eigenvalue of a matrix. More... | |
subroutine, public | powerbounds_wrp (ih_this, max_value, ih_solver_parameters) |
Compute the largestest eigenvalue using the power method. More... | |
Wraps the matrix inversion module for calling from other languages.
subroutine, public eigenboundsmodule_wrp::gershgorinbounds_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(in) | ih_this, |
real(ntreal), intent(inout) | min_value, | ||
real(ntreal), intent(inout) | max_value | ||
) |
Compute a bounds on the minimum and maximum eigenvalue of a matrix.
[in] | ih_this | Matrix. |
[out] | min_value | min bounds on eigenspectrum. |
[out] | max_value | max bounds on eigenspectrum. |
subroutine, public eigenboundsmodule_wrp::powerbounds_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(in) | ih_this, |
real(ntreal), intent(inout) | max_value, | ||
integer(kind=c_int), dimension(size_wrp), intent(in) | ih_solver_parameters | ||
) |
Compute the largestest eigenvalue using the power method.
[in] | ih_this | Matrix. |
[out] | max_value | max bounds on eigenspectrum. |
[in] | ih_solver_parameters | parameters for the solver |