![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>#include <stan/math/rev/core.hpp>#include <stan/math/rev/fun/inverse.hpp>#include <stan/math/prim/err.hpp>#include <stan/math/prim/fun/add_diag.hpp>#include <stan/math/prim/fun/generalized_inverse.hpp>Go to the source code of this file.
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
| namespace | stan::math |
| Matrices and templated mathematical functions. | |
| namespace | stan::math::internal |
| A comparator that works for any container type that has the brackets operator. | |
Functions | |
| template<typename T1 , typename T2 > | |
| auto | stan::math::internal::generalized_inverse_lambda (T1 &G_arena, T2 &inv_G) |
| template<typename VarMat , require_rev_matrix_t< VarMat > * = nullptr> | |
| auto | stan::math::generalized_inverse (const VarMat &G) |