![]() ![]() | ![]() |
version 1.1, 2010/01/26 15:22:45 | version 1.7, 2011/07/22 07:38:02 |
---|---|
Line 12 | Line 12 |
* DZNRM2 returns the euclidean norm of a vector via the function | * DZNRM2 returns the euclidean norm of a vector via the function |
* name, so that | * name, so that |
* | * |
* DZNRM2 := sqrt( conjg( x' )*x ) | * DZNRM2 := sqrt( x**H*x ) |
* | * |
* Further Details | * Further Details |
* =============== | * =============== |