Chi-Tech
|
#include "math/LinearSolver/linear_solver_context.h"
#include <vector>
#include <functional>
#include <memory>
Go to the source code of this file.
Data Structures | |
struct | lbs::WGSContext< MatType, VecType, SolverType > |
Namespaces | |
namespace | lbs |
Typedefs | |
typedef std::function< void(lbs::LBSGroupset &, std::vector< double > &, const std::vector< double > &, int)> | SetSourceFunction |
typedef std::function<void(lbs::LBSGroupset&, std::vector<double>&, const std::vector<double>&, int)> SetSourceFunction |
Definition at line 19 of file wgs_context.h.