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

RWSVDCalc<T>

Module:  Linear Algebra   Group:  Decomposition classes


Does not inherit

Local Index

Members

Synopsis

#include <rw/lapack/svdcalc.h>

Description

Computes a singular value decomposition of a matrix A. Based on the LAPACK routine xgesvd. This class may be used as the SVDCalc template parameter for the classes RWSVDecomp<T,SVDCalc>, RWSVServer<T,SVDCalc> and RWLeastSqSV<T, SVDCalc>.

Static Member Function

static bool
computeSVD(const RWGenMat<T>&     A,
RWGenMat<T>& U,
RWGenMat<T>& VT,
RWMathVec<norm_type>& sigma,
norm_type tolerance = 0,
int numLeftVecs = -1
int numRightVecs = -1);


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.