Overload lu
on matrices of tracers
#138
Labels
array
Features regarding array overloads
bug
Something isn't working
new overloads
A new method on tracers is required by a user.
When using sparse matrices of tracers,
lu
calls itself, causing a stack overflow:This is due to us "abusing"
float
to return a tracer.Overloading
lu
would avoid this issue. Ideally, this should be done for both "regular" and sparse matrices.Related issue: #108
The text was updated successfully, but these errors were encountered: