-
Hi everyone, just a very naive question: I have two std::vectors To obtain a dataset with two rows, I figured that this is the easiest option:
To obtain a dataset with two columns (which I need in my case), this works for me:
I was just wondering whether there is an even easier version for doing this, or whether this is how I am supposed to do it with HighFive, any suggestions are welcome, thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
1uc
Jun 5, 2023
Replies: 1 comment
-
I think your code looks reasonable; and I'm not aware of any short cuts. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mgaimann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think your code looks reasonable; and I'm not aware of any short cuts.