Template Function Pennylane::LightningQubit::Util::vecMatrixProd(std::vector<T, AllocA>&, const std::vector<T, AllocB>&, const std::vector<T, AllocC>&, size_t, size_t)

Function Documentation

template<class T, class AllocA, class AllocB, class AllocC>
inline void Pennylane::LightningQubit::Util::vecMatrixProd(std::vector<T, AllocA> &v_out, const std::vector<T, AllocB> &v_in, const std::vector<T, AllocC> &mat, size_t m, size_t n)

Calculates the vector-matrix product using the best available method.

See also

inline void vecMatrixProd(const T *v_in, const T *mat, T *v_out, size_t m, size_t n)