HighMap library (C++)
|
Header file for the Tensor class. More...
Go to the source code of this file.
Classes | |
class | hmap::Tensor |
A class to represent a multi-dimensional tensor. More... | |
Namespaces | |
namespace | hmap |
Header file for the Tensor class.
This file contains the definition of the Tensor
class, which is used for representing and manipulating multi-dimensional arrays of floating-point values. The class provides methods for accessing elements, performing basic mathematical operations, and exporting data to image formats.