OGS
EigenTools.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <vector>
14
15#include "BaseLib/Error.h"
16#include "EigenMatrix.h" // for EigenMatrix::IndexType
17
18namespace MathLib
19{
20class EigenVector;
21
31 EigenMatrix& A, EigenVector& b, EigenVector& /*x*/,
32 const std::vector<EigenMatrix::IndexType>& vec_knownX_id,
33 const std::vector<double>& vec_knownX_x);
34
35} // namespace MathLib
void applyKnownSolution(EigenMatrix &A, EigenVector &b, EigenVector &, const std::vector< EigenMatrix::IndexType > &vec_knownX_id, const std::vector< double > &vec_knownX_x)