ug4
Loading...
Searching...
No Matches
simpleMatrixOps.h
Go to the documentation of this file.
1/*
2 * simpleMatrixOps.h
3 *
4 * Created on: 30.12.2024
5 * Author: Markus Knodel
6 */
7
8#ifndef UGCORE_UGBASE_LIB_GRID_ALGORITHMS_EXTRUSION_SIMPLEMATRIXOPS_H_
9#define UGCORE_UGBASE_LIB_GRID_ALGORITHMS_EXTRUSION_SIMPLEMATRIXOPS_H_
10
11#include "lib_grid/lg_base.h"
12#include <vector>
13
14namespace ug
15{
16
17namespace simpleMatrOps
18{
19
20std::vector<double> cramerRule(std::vector<std::vector<double>> const & coefficients, std::vector<double> const & constants);
21
22}
23
24
25}
26
27
28
29#endif /* UGCORE_UGBASE_LIB_GRID_ALGORITHMS_EXTRUSION_SIMPLEMATRIXOPS_H_ */
std::vector< double > cramerRule(std::vector< std::vector< double > > const &coefficients, std::vector< double > const &constants)
Definition simpleMatrixOps.cpp:31
the ug namespace