Algorith sandbox
Main Page
Related Pages
Classes
Files
File List
algo
util
matrix_operator.h
1
#pragma once
2
#include <boost/numeric/ublas/matrix.hpp>
3
4
namespace
algo
{
namespace
util
{
5
template
<
typename
Value>
6
bool
invert(
7
const
boost::numeric::ublas::matrix<Value>& matrix,
8
boost::numeric::ublas::matrix<Value>& inverseMatrix);
9
} }
// namespace algo { namespace util {
util
Definition:
MixIn.h:5
algo
Definition:
ublas_matrix_expression_concept.hpp:5
Generated by
1.8.10