8 #ifndef LIBRPA_USE_LIBRI
17 template <
typename Tdata>
22 {
throw std::logic_error(
"stub Tensor constructor is called"); };
24 Tensor(
const std::vector<int> &dimension, std::shared_ptr<std::valarray<Tdata>> data_in)
25 {
throw std::logic_error(
"stub Tensor constructor is called"); };
27 Tensor(
const std::initializer_list<std::size_t> &dimension, std::shared_ptr<std::valarray<Tdata>> data_in)
28 {
throw std::logic_error(
"stub Tensor constructor is called"); };
Definition: libri_stub.h:19