![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <mdivide_left_tri.hpp>
Public Member Functions | |
mdivide_left_tri_vd_vari (const Eigen::Matrix< var, R1, C1 > &A, const Eigen::Matrix< double, R2, C2 > &B) | |
virtual void | chain () |
Apply the chain rule to this variable based on the variables on which it depends. More... | |
![]() | |
vari (double x) | |
Construct a variable implementation from a value. More... | |
vari (double x, bool stacked) | |
virtual | ~vari () |
Throw an illegal argument exception. More... | |
void | init_dependent () |
Initialize the adjoint for this (dependent) variable to 1. More... | |
void | set_zero_adjoint () |
Set the adjoint value of this variable to 0. More... | |
Public Attributes | |
int | M_ |
int | N_ |
double * | A_ |
double * | C_ |
vari ** | variRefA_ |
vari ** | variRefC_ |
![]() | |
const double | val_ |
The value of this variable. More... | |
double | adj_ |
The adjoint of this variable, which is the partial derivative of this variable with respect to the root variable. More... | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t nbytes) |
Allocate memory from the underlying memory pool. More... | |
static void | operator delete (void *) |
Delete a pointer from the underlying memory pool. More... | |
Definition at line 215 of file mdivide_left_tri.hpp.
|
inline |
Definition at line 224 of file mdivide_left_tri.hpp.
|
inlinevirtual |
Apply the chain rule to this variable based on the variables on which it depends.
The base implementation in this class is a no-op.
Reimplemented from stan::math::vari.
Definition at line 277 of file mdivide_left_tri.hpp.
double* stan::math::internal::mdivide_left_tri_vd_vari< TriView, R1, C1, R2, C2 >::A_ |
Definition at line 219 of file mdivide_left_tri.hpp.
double* stan::math::internal::mdivide_left_tri_vd_vari< TriView, R1, C1, R2, C2 >::C_ |
Definition at line 220 of file mdivide_left_tri.hpp.
int stan::math::internal::mdivide_left_tri_vd_vari< TriView, R1, C1, R2, C2 >::M_ |
Definition at line 217 of file mdivide_left_tri.hpp.
int stan::math::internal::mdivide_left_tri_vd_vari< TriView, R1, C1, R2, C2 >::N_ |
Definition at line 218 of file mdivide_left_tri.hpp.
vari** stan::math::internal::mdivide_left_tri_vd_vari< TriView, R1, C1, R2, C2 >::variRefA_ |
Definition at line 221 of file mdivide_left_tri.hpp.
vari** stan::math::internal::mdivide_left_tri_vd_vari< TriView, R1, C1, R2, C2 >::variRefC_ |
Definition at line 222 of file mdivide_left_tri.hpp.