| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(LanczosCalcType), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i |
pure function getAlpha(this, i) result(val) type(LanczosCalcType), intent(in) :: this integer, intent(in) :: i real(dp) :: val val = this%super%projected_hamil(i, i) end function getAlpha