Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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.

License

NotificationsYou must be signed in to change notification settings

SciML/ExponentialUtilities.jl

Join the chat at https://julialang.zulipchat.com #sciml-bridgedGlobal Docs

codecovBuild StatusBuild status

ColPrac: Contributor's Guide on Collaborative Practices for Community PackagesSciML Code Style

ExponentialUtilities is a package of utility functions for matrix functions of exponential type, including functionalityfor the matrix exponential and phi-functions. These methods are more numerically stable, generic (thus support a widerrange of number types), and faster than the matrix exponentiation tools in Julia's Base. The tools are used by the exponentialintegrators in OrdinaryDiffEq. The package has no external dependencies, so it can also be used independently.

Tutorials and Documentation

For information on using the package,see the stable documentation. Use thein-development documentation for the version ofthe documentation, which contains the unreleased features.

Example

using ExponentialUtilitiesA=rand(2,2)exponential!(A)v=rand(2);t=rand();expv(t, A, v)

About

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.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors35

Languages


[8]ページ先頭

©2009-2025 Movatter.jp