SND@LHC Software
|
Functions/Subroutines | |
real(dp) function, public | ddot (n, dx, incx, dy, incy) |
DDOT forms the dot product of two vectors. | |
real(dp) function, public | dnrm2 (n, x, incx) |
DNRM2 returns the euclidean norm of a vector. | |
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.
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.