Automatic Differentiation
 
Loading...
Searching...
No Matches
read_fvar.hpp File Reference

Go to the source code of this file.

Classes

class  stan::math::read_fvar_functor< EigFvar, EigOut >
 Functor for extracting the values and tangents from a matrix of fvar. More...
 

Namespaces

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.
 

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.