Compute the intersection of two curves.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(curve_t), | intent(in) | :: | c1 |
The first curve |
||
type(curve_t), | intent(in) | :: | c2 |
The second curve |
||
real(kind=rkind), | intent(in), | optional | :: | x0(:) |
The initial guess for the intersection |
The intersection point