Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

5.3 Implementations Provided

LAPACK.h++ provides three implementations for least squares factorization objects:

Objects using all three methods are available. Each object has an identical interface, so switching from one method to the other is easy: you just change the include file and the class name. The names of the least squares classes are encoded as {TYPE}LeastSq{METHOD}, where {TYPE} is the precision of the factorization, and {METHOD} is Ch for the Cholesky factorization, QR for the QR method, and SVD for the SVD method. For example, FloatLeastSqCh is the least squares class that takes float as its type and Cholesky as its method.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.