ratlsq Interface

interface
public subroutine ratlsq(func, a, b, mm, kk, cof, dev)

Arguments

Type IntentOptional AttributesName
function func(x)
Arguments
Type IntentOptional AttributesName
real(kind=DP), intent(in), DIMENSION(:):: x
Return Value real(kind=DP), DIMENSION(size(x))
real(kind=DP), intent(in) :: a
real(kind=DP), intent(in) :: b
integer(kind=I4B), intent(in) :: mm
integer(kind=I4B), intent(in) :: kk
real(kind=DP), intent(out), DIMENSION(:):: cof
real(kind=DP), intent(out) :: dev