LinearAlgebraEigen struct final
Base classes
Public static functions
- 
              static auto backend(const std::string& name = "") -> const LinearAlgebraDense& 
- Get backend, re-setting default.
- 
              static auto getBackend(const std::string& name) -> const LinearAlgebraDense& 
- Get backend.
- 
              static auto hasBackend(const std::string& name) -> bool 
- Check if a backend is available.
- 
              static auto list(std::ostream&) -> std:: ostream& 
- List all available backends.
- 
              static auto name() -> const std::string& 
- Return active backend name.
Constructors, destructors, conversion operators
- LinearAlgebraEigen()
- 
              LinearAlgebraEigen(const std::string& name) 
Public functions
Function documentation
              static const LinearAlgebraDense& eckit::
            Get backend, re-setting default.
              static const LinearAlgebraDense& eckit::
            Get backend.
              static bool eckit::
            Check if a backend is available.
              static std::
            List all available backends.
              static const std::
            Return active backend name.