ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
dnrm2.h
Go to the documentation of this file.
1#ifndef MYFUNC_H
2#define MYFUNC_H
3
4// compute the Euclidean length (12 norm) of std::vector x, with scaling of
5// input to avoid destructive underflow and overflow
6double dnrm2(const int n, const double *x, const int incx) ;
7#endif // NYFUNC
8
9
10
double dnrm2(const int n, const double *x, const int incx)
Definition dnrm2.cpp:6