Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
34
35
namespace
itpp
36
{
37
38
41
42
55
bool
qr
(
const
mat &A, mat &Q, mat &R);
56
71
bool
qr
(
const
mat &A, mat &R);
72
87
bool
qr
(
const
mat &A, mat &Q, mat &R,
bmat
&P);
88
102
bool
qr
(
const
cmat &A, cmat &Q, cmat &R);
103
118
bool
qr
(
const
cmat &A, cmat &R);
119
134
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 Fri Mar 21 2014 17:14:12 for IT++ by
Doxygen
1.8.1.2