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
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
34
35
namespace
itpp
36
{
37
55
bool
schur
(
const
mat &A, mat &U, mat &T);
56
76
mat
schur
(
const
mat &A);
77
78
93
bool
schur
(
const
cmat &A, cmat &U, cmat &T);
94
111
cmat
schur
(
const
cmat &A);
112
113
114
}
// namespace itpp
115
116
#endif // #ifndef SCHUR_H
Generated on Fri Mar 21 2014 17:14:12 for IT++ by
Doxygen
1.8.1.2