Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
precomputed_gradients.hpp File Reference
#include <iostream>
#include <vector>
#include <stdexcept>
#include <stan/agrad/rev/vari.hpp>
#include <stan/agrad/rev/var.hpp>

Go to the source code of this file.

Classes

class  stan::agrad::precomputed_gradients_vari
 This is a var implementation class that takes precomputed gradient values. More...
 

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::agrad
 Function gradients via reverse-mode automatic differentiation.
 

Functions

var stan::agrad::precomputed_gradients (const double value, const std::vector< var > &vars, const std::vector< double > &gradients)
 This function is provided for Stan users that want to compute gradients without using Stan's auto-diff. More...
 

     [ Stan Home Page ] © 2011–2014, Stan Development Team.