ABACUS
develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
source
source_hamilt
module_ewald
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
6
double
dnrm2
(
const
int
n,
const
double
*x,
const
int
incx) ;
7
#endif
// NYFUNC
8
9
10
dnrm2
double dnrm2(const int n, const double *x, const int incx)
Definition
dnrm2.cpp:6
Generated by
1.9.8