![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/rev/mat/fun/LDLT_alloc.hpp>
#include <stan/math/rev/mat/fun/LDLT_factor.hpp>
#include <stan/math/prim/mat/err/check_multiplicable.hpp>
Go to the source code of this file.
Classes | |
class | stan::math::internal::mdivide_left_ldlt_alloc< R1, C1, R2, C2 > |
class | stan::math::internal::mdivide_left_ldlt_vv_vari< R1, C1, R2, C2 > |
The vari for mdivide_left_ldlt(A, b) which handles the chain() call for all elements of the result. More... | |
class | stan::math::internal::mdivide_left_ldlt_dv_vari< R1, C1, R2, C2 > |
The vari for mdivide_left_ldlt(A, b) which handles the chain() call for all elements of the result. More... | |
class | stan::math::internal::mdivide_left_ldlt_vd_vari< R1, C1, R2, C2 > |
The vari for mdivide_left_ldlt(A, b) which handles the chain() call for all elements of the result. More... | |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
template<int R1, int C1, int R2, int C2> | |
Eigen::Matrix< var, R1, C2 > | stan::math::mdivide_left_ldlt (const LDLT_factor< var, R1, C1 > &A, const Eigen::Matrix< var, R2, C2 > &b) |
Returns the solution of the system Ax=b given an LDLT_factor of A. More... | |
template<int R1, int C1, int R2, int C2> | |
Eigen::Matrix< var, R1, C2 > | stan::math::mdivide_left_ldlt (const LDLT_factor< var, R1, C1 > &A, const Eigen::Matrix< double, R2, C2 > &b) |
Returns the solution of the system Ax=b given an LDLT_factor of A. More... | |
template<int R1, int C1, int R2, int C2> | |
Eigen::Matrix< var, R1, C2 > | stan::math::mdivide_left_ldlt (const LDLT_factor< double, R1, C1 > &A, const Eigen::Matrix< var, R2, C2 > &b) |
Returns the solution of the system Ax=b given an LDLT_factor of A. More... | |