### Describe the current behavior When calling one of the `Matrix.print(...)` methods, the values are printed with a lot of decimals, which may be not easily read. ### Describe the expected behavior When printing a `Matrix`, it should be possible (but not mandatory) to precise the number of decimal places to use to render the `double` values. ### Describe the motivation To improve values readability. ### Extra Information _No response_