SciML / ExponentialUtilities.jl

Fast and differentiable implementations of matrix exponentials, Krylov exponential matrix-vector multiplications ("expmv"), KIOPS, ExpoKit functions, and more. All your exponential needs in SciML form.
https://docs.sciml.ai/ExponentialUtilities/stable/
Other
96 stars 31 forks source link

export `alloc_mem` #131

Closed howsiyu closed 9 months ago

howsiyu commented 1 year ago

The method is not exported which causes the code example at https://docs.sciml.ai/ExponentialUtilities/stable/matrix_exponentials/ to fail.

ChrisRackauckas commented 1 year ago

Or we can just namespace the examples. It's kind of a too generic term so not exporting it is probably good.