Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Math Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

frobNorm()


Does not inherit

Local Index

No Entries

Summary

Prototypes Header File(s)

double

frobNorm(const RWMathVec<double>&)

<rw/math/mathvec.h>

float

frobNorm(const RWMathVec<float>&)

<rw/math/mathvec.h>

double

frobNorm(const RWMathVec<DComplex>&)

<rw/math/mathvec.h>

double

frobNorm(const RWGenMat<double>&)

<rw/math/genmat.h>

float

frobNorm(const RWGenMat<float>&)

<rw/math/genmat.h>

double

frobNorm(const RWGenMat<DComplex>&)

<rw/math/genmat.h>

double

frobNorm(const RWMathArray<double>&)

<rw/math/mtharray.h>

float

frobNorm(const RWMathArray<float>&)

<rw/math/mtharray.h>

double

frobNorm(const RWMathArray<DComplex>&)

<rw/math/mtharray.h>

Description

Computes the Frobenius norm, which is the square root of the sum of squares of its entries. For a vector, the formula is:

For a matrix, the formula is:

For an array with n dimensions, the formula is:



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.