20#ifndef INCLUDED_HWPFILTER_SOURCE_SOLVER_H
21#define INCLUDED_HWPFILTER_SOURCE_SOLVER_H
26 static std::unique_ptr<std::unique_ptr<double[]>[]>
NewMatrix(
int N);
27 static std::unique_ptr<double[]>
NewVector(
int N);
29 static bool Solve(
int N, std::unique_ptr<std::unique_ptr<
double[]>[]>
const&
A,
double* b);
static bool Solve(int N, std::unique_ptr< std::unique_ptr< double[]>[]> const &A, double *b)
static std::unique_ptr< double[]> NewVector(int N)
static std::unique_ptr< std::unique_ptr< double[]>[]> NewMatrix(int N)