Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
itpp
base
algebra
qr.h
Go to the documentation of this file.
1
29
#ifndef QR_H
30
#define QR_H
31
32
#include <
itpp/base/mat.h
>
33
#include <itpp/itexports.h>
34
35
namespace
itpp
36
{
37
38
41
42
55
ITPP_EXPORT
bool
qr
(
const
mat &A, mat &Q, mat &R);
56
71
ITPP_EXPORT
bool
qr
(
const
mat &A, mat &R);
72
87
ITPP_EXPORT
bool
qr
(
const
mat &A, mat &Q, mat &R,
bmat
&P);
88
102
ITPP_EXPORT
bool
qr
(
const
cmat &A, cmat &Q, cmat &R);
103
118
ITPP_EXPORT
bool
qr
(
const
cmat &A, cmat &R);
119
134
ITPP_EXPORT
bool
qr
(
const
cmat &A, cmat &Q, cmat &R,
bmat
&P);
135
137
138
139
}
// namespace itpp
140
141
#endif // #ifndef QR_H
Generated on Sat Jul 6 2013 10:54:19 for IT++ by
Doxygen
1.8.2