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.

Home Page:https://docs.sciml.ai/ExponentialUtilities/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export `alloc_mem`

howsiyu opened this issue · comments

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

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