GQCP
|
#include <stdexcept>
#include <array>
#include <cstddef>
#include <numeric>
Go to the source code of this file.
Classes | |
class | GQCP::DenseVectorizer< A > |
Namespaces | |
namespace | GQCP |
Typedefs | |
using | GQCP::ScalarVectorizer = DenseVectorizer< 0 > |
using | GQCP::VectorVectorizer = DenseVectorizer< 1 > |
using | GQCP::MatrixVectorizer = DenseVectorizer< 2 > |
template<size_t A> | |
using | GQCP::TensorVectorizer = DenseVectorizer< A > |
Enumerations | |
enum class | GQCP::Ordering { GQCP::ColumnMajor , GQCP::RowMajor } |