IT++ Logo
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
35namespace itpp
36{
37
47ITPP_EXPORT bool inv(const mat &X, mat &Y);
48
58ITPP_EXPORT mat inv(const mat &X);
59
60
70ITPP_EXPORT bool inv(const cmat &X, cmat &Y);
71
81ITPP_EXPORT cmat inv(const cmat &X);
82
83
84} // namespace itpp
85
86#endif // #ifndef INV_H
bool inv(const mat &X, mat &Y)
Inverse of real square matrix.
Definition: inv.cpp:87
Matrix Class Definitions.
itpp namespace
Definition: itmex.h:37
SourceForge Logo

Generated on Tue Jan 24 2023 00:00:00 for IT++ by Doxygen 1.9.5