BMaveau

Results 4 issues of BMaveau

The builtin Python package copy can't be used on MultiVector. The functions copy and deepcopy throw an error as they try to create a new MultiVector with the method __new__...

If you have a multivector and want to perform + or * operation with a numpy array, you have to make sure that the multivector is the first term/factor. See...

If you have a multivector where the coefficients are numpy arrays, adding a scalar does not broadcast it to the correct shape. While maybe not a bug, it's at least...