inverse.h File Reference

Compute the inverse of a matrix by LU factorization. More...

#include <cml/matrix/lu.h>

Include dependency graph for inverse.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cml::detail::inverse_f< MatT, _tag >
struct  cml::detail::inverse_f< MatT, 2 >
struct  cml::detail::inverse_f< MatT, 3 >
struct  cml::detail::inverse_f< MatT, 4 >

Namespaces

namespace  cml
namespace  cml::detail

Functions

template<typename XprT >
et::MatrixXpr< XprT >
::temporary_type 
cml::inverse (const et::MatrixXpr< XprT > &e)
 Inverse of a matrix expression.
template<typename E , class AT , typename BO , typename L >
matrix< E, AT, BO, L >
::temporary_type 
cml::inverse (const matrix< E, AT, BO, L > &M)
 Inverse of a matrix.
template<typename MatT >
MatT::temporary_type cml::detail::inverse (const MatT &M, dynamic_size_tag)
template<typename MatT >
MatT::temporary_type cml::detail::inverse (const MatT &M, fixed_size_tag)


Detailed Description

Compute the inverse of a matrix by LU factorization.

Definition in file inverse.h.


Generated on Sat Jul 18 19:35:36 2009 for CML 1.0 by  doxygen 1.5.9