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

RWQRCalcP3<T>

Module:  Linear Algebra   Group:  Decomposition classes


Does not inherit

Local Index

Members

Synopsis

#include <rw/lapack/qrcalcp3.h>

Description

Computes the QR decomposition of a matrix A using the LAPACK function xgeqp3. This class may be used as the QRCalc template parameter for the classes RWQRDecomp<T,QRCalc>, RWQRDecompServer<T,QRCalc>, RWLeastSqQR<T,QRCalc>, and RWCODecomp<T,QRCalc>.

Static Member Function

static bool
computeQR(RWGenMat<T>&    A,
RWMathVec<T>& tau,
long *const pivots); static bool computeQR(RWGenMat<T>& A,
RWMathVec<T>& tau,
int *const pivots);


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.