Millepede-II V04-17-03
|
Functions/Subroutines | |
real(dp) function, public | ddot (n, dx, incx, dy, incy) |
DDOT forms the dot product of two vectors. More... | |
real(dp) function, public | dnrm2 (n, x, incx) |
DNRM2 returns the euclidean norm of a vector. More... | |
real(dp) function, public minresqlpblasmodule::ddot | ( | integer(ip), intent(in) | n, |
real(dp), dimension(*), intent(in) | dx, | ||
integer(ip), intent(in) | incx, | ||
real(dp), dimension(*), intent(in) | dy, | ||
integer(ip), intent(in) | incy | ||
) |
DDOT forms the dot product of two vectors.
Definition at line 87 of file minresqlpBlasModule.f90.
References ddot(), and minresqlpdatamodule::zero.
Referenced by ddot().
real(dp) function, public minresqlpblasmodule::dnrm2 | ( | integer(ip), intent(in) | n, |
real(dp), dimension(*), intent(in) | x, | ||
integer(ip), intent(in) | incx | ||
) |
DNRM2 returns the euclidean norm of a vector.
Definition at line 184 of file minresqlpBlasModule.f90.
References dnrm2().
Referenced by dnrm2(), and minresqlpmodule::minresqlp().