8#ifndef UGCORE_UGBASE_LIB_GRID_ALGORITHMS_EXTRUSION_SIMPLEMATRIXOPS_H_
9#define UGCORE_UGBASE_LIB_GRID_ALGORITHMS_EXTRUSION_SIMPLEMATRIXOPS_H_
17namespace simpleMatrOps
20std::vector<double>
cramerRule(std::vector<std::vector<double>>
const & coefficients, std::vector<double>
const & constants);
std::vector< double > cramerRule(std::vector< std::vector< double > > const &coefficients, std::vector< double > const &constants)
Definition simpleMatrixOps.cpp:31