Is there a data type called Matrix in C++?
If Yes, which header file should be included for using it?
Is there a data type called Matrix in C++?
If Yes, which header file should be included for using it?
The Boost Matrix Library provides this. For higher numbers of dimensions, the Boost Multidimensional Array Library is also available.
Full examples are available on the documentation pages.