.. _Basis_Constructors: Constructors ------------ We provide two different constructors generating a uniform partitioning by defining the length of the entire system and the number of subsystems as well as a user defined input. The constructors set up all necessary data such as the :ref:`Containers` and the :ref:`coefficients`. .. _Basis_Constructors_Basis_no_Npart: .. doxygenfunction:: danceq::internal::BasisU1::BasisU1(uint64_t L_, uint64_t n_) .. doxygenfunction:: danceq::internal::BasisU1::BasisU1(uint64_t L_, uint64_t n_, uint64_t Npart_) .. doxygenfunction:: danceq::internal::BasisU1::BasisU1(uint64_t n_, std::vector partition_) .. doxygenfunction:: danceq::internal::BasisU1::BasisU1(const BasisU1& input)