1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>XNRM2 BLAS Norm Calculation
</TITLE>
</HEAD>
<BODY>
<H2>XNRM2 BLAS Norm Calculation
</H2>
<P>
Section: <A HREF=sec_array.html> Array Generation and Manipulations </A>
<H3>Usage</H3>
Calculates the 2-norm of a vector. The syntax for its use
is
<PRE>
y = xnrm2(A)
</PRE>
<P>
where <code>A</code> is the n-dimensional array to analyze. This form
uses the underlying BLAS implementation to compute the 2-norm.
</BODY>
</HTML>
|