#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/vector_proxy.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/triangular.hpp>
#include <boost/numeric/ublas/lu.hpp>
#include <boost/numeric/ublas/io.hpp>
Go to the source code of this file.
Namespaces |
| namespace | rheolef |
| | irheostream, orheostream - large data streams
|
Functions |
| template<class T > |
| bool | rheolef::invert (const ublas::matrix< T > &input, ublas::matrix< T > &inverse) |
| template<class T > |
| boost::numeric::ublas::matrix< T > | rheolef::invert (const boost::numeric::ublas::matrix< T > &m, bool &is_singular) |
| template<class matrix_T > |
| double | rheolef::determinant (ublas::matrix_expression< matrix_T > const &mat_r) |