#include <log10.hpp>
|
const double | exp_val_ |
|
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...
|
|
Definition at line 13 of file log10.hpp.
◆ log10_vari()
stan::math::internal::log10_vari::log10_vari |
( |
vari * |
avi | ) |
|
|
inlineexplicit |
◆ chain()
void stan::math::internal::log10_vari::chain |
( |
| ) |
|
|
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 18 of file log10.hpp.
◆ exp_val_
const double stan::math::internal::log10_vari::exp_val_ |
The documentation for this class was generated from the following file: