![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | solve_cubic (c0, c1, c2, c3, x1, x2, x3, ifail) |
subroutine solve_cubic | ( | real(r8), intent(in) | c0, |
real(r8), intent(in) | c1, | ||
real(r8), intent(in) | c2, | ||
real(r8), intent(in) | c3, | ||
real(r8), intent(out) | x1, | ||
real(r8), intent(out) | x2, | ||
real(r8), intent(out) | x3, | ||
integer(itm_i4), intent(out) | ifail | ||
) |
Definition at line 1 of file solve_cubic.f90.