Polymake Template Library (PTL): lib/core/include/internal/dense_linalg.h File Reference
dense_linalg.h File Reference

Linear Algebra algorithms for dense vector and matrix types. More...

Namespaces

 pm
 global namespace for all classes from the polymake project
 
 polymake
 namespace to be used for client code
 

Functions

template<typename E >
std::enable_if< is_field< E >::value, E >::type pm::det (Matrix< E > M)
 determinant of a matrix
 
template<typename E >
std::enable_if< is_field< E >::value, Matrix< E > >::type pm::inv (Matrix< E > M)
 matrix inversion
 
template<typename E >
std::enable_if< is_field< E >::value, Vector< E > >::type pm::lin_solve (Matrix< E > A, Vector< E > b)
 solving systems of linear equations
 

Detailed Description

Linear Algebra algorithms for dense vector and matrix types.