I have incorporated the entire finite element method program into Enzyme’s automatic differentiation.
As a linear algebra library I need the following:
dot(), inv(), det(), transpose() (or I want to calculate B’ * C * B )
The sparse arrays sparse matrix creation and direct method linear solver are perfect.
However, it still takes time?