suanPan
Factory.hpp File Reference
#include <future>
#include "MetaMat/operator_times.hpp"
#include "Toolbox/container.h"
Include dependency graph for Factory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Factory< T >
 A Factory class. More...
 

Enumerations

enum  AnalysisType {
  AnalysisType::NONE, AnalysisType::DISP, AnalysisType::EIGEN, AnalysisType::BUCKLE,
  AnalysisType::STATICS, AnalysisType::DYNAMICS
}
 
enum  StorageScheme {
  StorageScheme::FULL, StorageScheme::BAND, StorageScheme::BANDSYMM, StorageScheme::SYMMPACK,
  StorageScheme::SPARSE, StorageScheme::SPARSESYMM
}
 
enum  SolverType {
  SolverType::LAPACK, SolverType::SPIKE, SolverType::SUPERLU, SolverType::MUMPS,
  SolverType::CUDA, SolverType::PARDISO, SolverType::FGMRES
}