Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
log_determinant_ldlt.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/mat/fun/LDLT_alloc.hpp>
#include <stan/math/rev/mat/fun/LDLT_factor.hpp>

Go to the source code of this file.

Classes

class  stan::math::internal::log_det_ldlt_vari< R, C >
 Returns the log det of the matrix whose LDLT factorization is given See The Matrix Cookbook's chapter on Derivatives of a Determinant In this case, it is just the inverse of the underlying matrix. More...
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::internal
 

Functions

template<int R, int C>
var stan::math::log_determinant_ldlt (LDLT_factor< var, R, C > &A)
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.