tinyndarray
tinyndarray copied to clipboard
Declaring Ndarray from std::vector
Hi, I have some data into vector and I want to declare Ndarray directly from the vector so that I can just point the reference from vector to ndarray, How do we perform this operation? I could not find any example on this.
Thanks