![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <mdivide_left_ldlt.hpp>
Public Member Functions | |
virtual | ~mdivide_left_ldlt_alloc () |
![]() | |
chainable_alloc () | |
virtual | ~chainable_alloc () |
Public Attributes | |
boost::shared_ptr< Eigen::LDLT< Eigen::Matrix< double, R1, C1 > > > | ldltP_ |
This share_ptr is used to prevent copying the LDLT factorizations for mdivide_left_ldlt(ldltA, b) when ldltA is a LDLT_factor<double>. More... | |
Eigen::Matrix< double, R2, C2 > | C_ |
Definition at line 15 of file mdivide_left_ldlt.hpp.
|
inlinevirtual |
Definition at line 17 of file mdivide_left_ldlt.hpp.
Eigen::Matrix<double, R2, C2> stan::math::internal::mdivide_left_ldlt_alloc< R1, C1, R2, C2 >::C_ |
Definition at line 25 of file mdivide_left_ldlt.hpp.
boost::shared_ptr<Eigen::LDLT<Eigen::Matrix<double, R1, C1> > > stan::math::internal::mdivide_left_ldlt_alloc< R1, C1, R2, C2 >::ldltP_ |
This share_ptr is used to prevent copying the LDLT factorizations for mdivide_left_ldlt(ldltA, b) when ldltA is a LDLT_factor<double>.
The pointer is shared with the LDLT_factor<double> class.
Definition at line 24 of file mdivide_left_ldlt.hpp.