FRICTION
Source Files
Modules
Procedures
Derived Types
fitpack_curve
Interface
3 statements
Source File
fitpack.f90
fitpack
fitpack_curve
Contents
Module Procedures
new_from_points
public interface fitpack_curve
Module Procedures
private function new_from_points(x, y, w, ierr) result(this)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=RKIND),
intent(in)
::
x
(:)
real(kind=RKIND),
intent(in)
::
y
(size(x))
real(kind=RKIND),
intent(in),
optional
::
w
(size(x))
integer,
intent(out),
optional
::
ierr
Return Value
type(
fitpack_curve
)