1572 store_int_attribute_to_hid(group_id, std::string(
"ntau"), ntau_);
1573 store_int_attribute_to_hid(group_id, std::string(
"nt"), nt_);
1574 store_int_attribute_to_hid(group_id, std::string(
"sig"), sig_);
1575 store_int_attribute_to_hid(group_id, std::string(
"size1"), size1_);
1576 store_int_attribute_to_hid(group_id, std::string(
"size2"), size2_);
1577 store_int_attribute_to_hid(group_id, std::string(
"element_size"),
1579 hsize_t len_shape = 3, shape[3];
1583 shape[0] = ntau_ + 1;
1584 store_cplx_array_to_hid(group_id, std::string(
"mat"), matptr(0),
1588 shape[0] = ((nt_ + 1) * (nt_ + 2)) / 2;
1590 store_cplx_array_to_hid(group_id, std::string(
"ret"), retptr(0, 0),
1592 store_cplx_array_to_hid(group_id, std::string(
"les"), lesptr(0, 0),
1594 shape[0] = (nt_ + 1) * (ntau_ + 1);
1595 store_cplx_array_to_hid(group_id, std::string(
"tv"), tvptr(0, 0),