#include <solver.h>
|
static std::unique_ptr< std::unique_ptr< double[]>[]> | NewMatrix (int N) |
|
static std::unique_ptr< double[]> | NewVector (int N) |
|
static bool | Solve (int N, std::unique_ptr< std::unique_ptr< double[]>[]> const &A, double *b) |
|
Definition at line 23 of file solver.h.
◆ NewMatrix()
std::unique_ptr< std::unique_ptr< double[]>[]> mgcLinearSystemD::NewMatrix |
( |
int |
N | ) |
|
|
static |
◆ NewVector()
std::unique_ptr< double[]> mgcLinearSystemD::NewVector |
( |
int |
N | ) |
|
|
static |
◆ Solve()
bool mgcLinearSystemD::Solve |
( |
int |
N, |
|
|
std::unique_ptr< std::unique_ptr< double[]>[]> const & |
A, |
|
|
double * |
b |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: