![]() |
Stan Math Library
2.12.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/err/check_square.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/fun/typedefs.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/mat/fun/typedefs.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<int R, int C> | |
var | stan::math::determinant (const Eigen::Matrix< var, R, C > &m) |
double* A_ |
Definition at line 19 of file determinant.hpp.
vari** adjARef_ |
Definition at line 20 of file determinant.hpp.
int cols_ |
Definition at line 18 of file determinant.hpp.
int rows_ |
Definition at line 17 of file determinant.hpp.