Is there an example how to use it in the context of solving a linear system.
I have the following code in a loop (mC is different per loop):
ldiv!(bunchkaufman!(mC), vX);
What should I do to make this non allocating using FastLapackInterface.jl?