mercredi 3 mai 2017

How to create array in C++ similar to Python's numpy array?

I am converting Python program to C++ format.

Python has an array in the following format.

boxes = np.zeros((1, 300, 4, 5, 1), dtype = np.float)

What could be the best way to create a C++ array functioning similar to that boxes array?

Aucun commentaire:

Enregistrer un commentaire