4 #ifndef DDECAL_LLS_SOLVER_H
5 #define DDECAL_LLS_SOLVER_H
34 [[maybe_unused]]
complex* initial_value) {
Definition: LLSSolver.h:25
virtual bool Solve(complex *a, complex *b, [[maybe_unused]] complex *initial_value)
Definition: LLSSolver.h:33
LLSSolver(int m, int n, int nrhs)
Definition: LLSSolver.h:28
int m_
Definition: LLSSolver.h:44
int n_
Definition: LLSSolver.h:45
virtual ~LLSSolver()
Definition: LLSSolver.h:30
int nrhs_
Definition: LLSSolver.h:46
static std::unique_ptr< LLSSolver > Make(LLSSolverType lss_type, int m, int n, int nrhs)
static LLSSolverType ParseType(const std::string &solver)
virtual bool Solve(complex *a, complex *b)=0
std::complex< float > complex
Definition: LLSSolver.h:27
LLSSolverType
Definition: LLSSolver.h:18
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53