Keep track of original float matrix in DecimalMatrix

This commit is contained in:
Grant Sanderson 2024-03-25 19:10:42 -03:00
parent 920f2407e0
commit f5d1a9c449

View file

@ -222,6 +222,7 @@ class DecimalMatrix(Matrix):
decimal_config: dict = dict(),
**config
):
self.float_matrix = matrix
super().__init__(
matrix,
element_config=dict(