179 Forks
665 Stars
665 Watchers

math

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.

How to download and setup math

Open terminal and run command
git clone https://github.com/stan-dev/math.git
git clone is used to create a copy or clone of math repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with math https://github.com/stan-dev/math/archive/master.zip

Or simply clone math with SSH
[email protected]:stan-dev/math.git

If you have some problems with math

You may open issue on math support forum (system) here: https://github.com/stan-dev/math/issues