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
inv.h
Go to the documentation of this file.
1
29
#ifndef INV_H
30
#define INV_H
31
32
#include <
itpp/base/mat.h
>
33
34
35
namespace
itpp
36
{
37
47
bool
inv
(
const
mat &X, mat &Y);
48
58
mat
inv
(
const
mat &X);
59
60
70
bool
inv
(
const
cmat &X, cmat &Y);
71
81
cmat
inv
(
const
cmat &X);
82
83
84
}
// namespace itpp
85
86
#endif // #ifndef INV_H
Generated on Fri Mar 21 2014 17:14:12 for IT++ by
Doxygen
1.8.1.2