Go to the source code of this file.
|
namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
|
|
namespace | stan::math |
| Matrices and templated mathematical functions.
|
|
|
template<typename EigFvar , typename EigOut > |
void | stan::math::read_fvar (const EigFvar &FvarMat, EigOut &ValMat, EigOut &DMat) |
| Function applying the read_fvar_functor to extract the values and tangets of a given fvar matrix into separate matrices.
|
|