![]() |
Stan Math Library
2.6.3
probability, sampling & optimization
|
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/fun/typedefs.hpp>
#include <stan/math/prim/mat/err/check_multiplicable.hpp>
#include <stan/math/rev/mat/fun/typedefs.hpp>
#include <stan/math/prim/mat/err/check_square.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<int R1, int C1, int R2, int C2> | |
Eigen::Matrix< var, R1, C2 > | stan::math::mdivide_left_spd (const Eigen::Matrix< var, R1, C1 > &A, const Eigen::Matrix< var, R2, C2 > &b) |
template<int R1, int C1, int R2, int C2> | |
Eigen::Matrix< var, R1, C2 > | stan::math::mdivide_left_spd (const Eigen::Matrix< var, R1, C1 > &A, const Eigen::Matrix< double, R2, C2 > &b) |
template<int R1, int C1, int R2, int C2> | |
Eigen::Matrix< var, R1, C2 > | stan::math::mdivide_left_spd (const Eigen::Matrix< double, R1, C1 > &A, const Eigen::Matrix< var, R2, C2 > &b) |
mdivide_left_spd_alloc<R1, C1, R2, C2>* _alloc |
Definition at line 33 of file mdivide_left_spd.hpp.
Eigen::LLT< Eigen::Matrix<double, R1, C1> > _llt |
Definition at line 21 of file mdivide_left_spd.hpp.
vari** _variRefA |
Definition at line 30 of file mdivide_left_spd.hpp.
vari** _variRefB |
Definition at line 31 of file mdivide_left_spd.hpp.
vari** _variRefC |
Definition at line 32 of file mdivide_left_spd.hpp.
Eigen::Matrix<double, R2, C2> C_ |
Definition at line 22 of file mdivide_left_spd.hpp.
int M_ |
Definition at line 28 of file mdivide_left_spd.hpp.
int N_ |
Definition at line 29 of file mdivide_left_spd.hpp.