https://github.com/ballandt/avmath/blob/70bfa9ddfbe27d9b73b2843d7a397eb8b9a37260/src/avmath/algebra.py#L653 When appending a column to a Matrix the loop must be executed the number of rows time instead of the number of columns time.
avmath/src/avmath/algebra.py
Line 653 in 70bfa9d
When appending a column to a Matrix the loop must be executed the number of rows time instead of the number of columns time.