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
cholesky.h
Go to the documentation of this file.
1
29
#ifndef CHOLESKY_H
30
#define CHOLESKY_H
31
32
#include <
itpp/base/mat.h
>
33
34
35
namespace
itpp
36
{
37
40
41
54
bool
chol
(
const
mat &X, mat &F);
55
66
mat
chol
(
const
mat &X);
67
68
85
bool
chol
(
const
cmat &X, cmat &F);
86
97
cmat
chol
(
const
cmat &X);
98
100
101
}
// namespace itpp
102
103
#endif // #ifndef CHOLESKY_H
Generated on Fri Mar 21 2014 17:14:12 for IT++ by
Doxygen
1.8.1.2