IT++ Logo

Inverse Matrix
[Linear Algebra]


Functions

bool itpp::inv (const mat &X, mat &Y)
 Inverse of real square matrix.
mat itpp::inv (const mat &X)
 Inverse of real square matrix.
bool itpp::inv (const cmat &X, cmat &Y)
 Inverse of complex square matrix.
cmat itpp::inv (const cmat &X)
 Inverse of real square matrix.


Function Documentation

bool itpp::inv ( const mat X,
mat Y 
)

Inverse of real square matrix.

Calculate the inverse of the real matrix $\mathbf{X}$

Solves the equation system $ \mathbf{Y} \mathbf{X} = \mathbf{I}$ using LU-factorization. IT++ needs to be compiled with the LAPACK for the inverse to be available.

Definition at line 86 of file inv.cpp.

References it_error.

mat itpp::inv ( const mat X  ) 

Inverse of real square matrix.

Calculate the inverse of the real matrix $\mathbf{X}$

Solves the equation system $ \mathbf{Y} \mathbf{X} = \mathbf{I}$ using LU-factorization. IT++ needs to be compiled with LAPACK support for the inverse to be available.

Definition at line 108 of file inv.cpp.

Referenced by itpp::Modulator_NCD::demodulate_soft_bits(), itpp::Modulator_NRD::demodulate_soft_bits(), itpp::inv(), itpp::is_unitary(), and itpp::MOG_generic::setup_covs().

bool itpp::inv ( const cmat X,
cmat Y 
)

Inverse of complex square matrix.

Calculate the inverse of the complex matrix $\mathbf{X}$

Solves the equation system $ \mathbf{Y} \mathbf{X} = \mathbf{I}$ using LU-factorization. IT++ needs to be compiled with LAPACK support for the inverse to be available.

Definition at line 92 of file inv.cpp.

References it_error.

cmat itpp::inv ( const cmat X  ) 

Inverse of real square matrix.

Calculate the inverse of the complex matrix $\mathbf{X}$

Solves the equation system $ \mathbf{Y} \mathbf{X} = \mathbf{I}$ using LU-factorization. IT++ needs to be compiled with the LAPACK for the inverse to be available.

Definition at line 100 of file inv.cpp.

References itpp::inv().

SourceForge Logo

Generated on Sun Dec 9 17:30:29 2007 for IT++ by Doxygen 1.5.4