mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Keep track of original float matrix in DecimalMatrix
This commit is contained in:
parent
920f2407e0
commit
f5d1a9c449
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ class DecimalMatrix(Matrix):
|
|||
decimal_config: dict = dict(),
|
||||
**config
|
||||
):
|
||||
self.float_matrix = matrix
|
||||
super().__init__(
|
||||
matrix,
|
||||
element_config=dict(
|
||||
|
|
Loading…
Add table
Reference in a new issue