Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
itpp
base
algebra
schur.h
Go to the documentation of this file.
1
29
#ifndef SCHUR_H
30
#define SCHUR_H
31
32
#include <
itpp/base/mat.h
>
33
#include <itpp/itexports.h>
34
35
namespace
itpp
36
{
37
55
ITPP_EXPORT
bool
schur
(
const
mat &A, mat &U, mat &T);
56
76
ITPP_EXPORT mat
schur
(
const
mat &A);
77
78
93
ITPP_EXPORT
bool
schur
(
const
cmat &A, cmat &U, cmat &T);
94
111
ITPP_EXPORT cmat
schur
(
const
cmat &A);
112
113
114
}
// namespace itpp
115
116
#endif // #ifndef SCHUR_H
Generated on Sat Jul 6 2013 10:54:19 for IT++ by
Doxygen
1.8.2