![]() |
MoCSI API Reference
|
#include <stdexcept>#include <string>

Go to the source code of this file.
Enumerations | |
| enum class | Dimension { OneD , TwoD , ThreeD } |
| enum class | MatrixType { Dense , Csr } |
Functions | |
| constexpr Dimension | setDimension (const std::string &dimension) |
| constexpr MatrixType | setMatrixType (const std::string &type) |
|
strong |
|
constexpr |