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
#include <itpp/itexports.h>
34
35
namespace
itpp
36
{
37
47
ITPP_EXPORT
bool
inv
(
const
mat &X, mat &Y);
48
58
ITPP_EXPORT mat
inv
(
const
mat &X);
59
60
70
ITPP_EXPORT
bool
inv
(
const
cmat &X, cmat &Y);
71
81
ITPP_EXPORT cmat
inv
(
const
cmat &X);
82
83
84
}
// namespace itpp
85
86
#endif // #ifndef INV_H
mat.h
Matrix Class Definitions.
itpp
itpp namespace
Definition:
itmex.h:36
itpp::inv
bool inv(const mat &X, mat &Y)
Inverse of real square matrix.Calculate the inverse of the real matrix .
Definition:
inv.cpp:87
Generated on Thu Jun 21 2018 16:06:18 for IT++ by
Doxygen
1.8.13