Skip to content

The Stan Math Library is a C++ template library for automatic differentiation of any order using forward, reverse, and mixed modes. It includes a range of built-in functions for probabilistic modeling, linear algebra, and equation solving.

License

Notifications You must be signed in to change notification settings

stan-dev/math

This branch is 5 commits ahead of, 3 commits behind develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f53279 · Jan 14, 2025
Dec 10, 2024
Jan 18, 2024
Dec 10, 2024
Apr 14, 2018
Nov 20, 2024
Aug 4, 2020
Sep 27, 2024
Jan 14, 2025
Nov 21, 2024
Dec 23, 2017
May 29, 2023
Jan 19, 2018
Sep 27, 2023
May 22, 2024
Feb 24, 2020
Mar 10, 2023
Dec 10, 2024
Oct 3, 2024
Jan 18, 2024
Oct 3, 2024

Repository files navigation

The Stan Math Library is a C++, reverse-mode automatic differentiation library designed to be usable, extensive and extensible, efficient, scalable, stable, portable, and redistributable in order to facilitate the construction and utilization of algorithms that utilize derivatives.

Documentation, Installation, and Examples

All of Stan math's documentation is hosted on our website below. Please do not reference articles in the wiki as they are outdated and not maintained.

mc-stan.org/math

Licensing

The Stan Math Library is licensed under the new BSD license.

The Stan Math Library depends on the Intel TBB library which is licensed under the Apache 2.0 license. This dependency implies an additional restriction as compared to the new BSD license alone. The Apache 2.0 license is incompatible with GPL-2 licensed code if distributed as a unitary binary. You may refer to the Licensing page on the Stan wiki.

About

The Stan Math Library is a C++ template library for automatic differentiation of any order using forward, reverse, and mixed modes. It includes a range of built-in functions for probabilistic modeling, linear algebra, and equation solving.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published