GQCP
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations
DenseVectorizer.hpp File Reference
#include <stdexcept>
#include <array>
#include <cstddef>
#include <numeric>
Include dependency graph for DenseVectorizer.hpp:
This graph shows which files directly or indirectly include this file:

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 }