struct QPanda::Variational::impl_stack¶
Overview¶
Implementation class for the stack operation. More…
#include <var.h> struct impl_stack: public QPanda::Variational::impl { // fields int m_axis; // construction impl_stack(int axis, const std::vector<var>&); };
Detailed Documentation¶
Implementation class for the stack operation.