Millepede-II V04-16-01
Functions/Subroutines
minresqlpblasmodule Module Reference

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...
 

Function/Subroutine Documentation

◆ ddot()

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().

◆ dnrm2()

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().