Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/core.hpp>
#include <stan/math/fwd/fun/read_fvar.hpp>
#include <stan/math/fwd/core.hpp>
#include <stan/math/fwd/core/std_numeric_limits.hpp>
#include <limits>
Go to the source code of this file.
Classes | |
struct | Eigen::NumTraits< stan::math::fvar< T > > |
Numerical traits template override for Eigen for automatic gradient variables. More... | |
struct | Eigen::ScalarBinaryOpTraits< stan::math::fvar< T >, double, BinaryOp > |
Traits specialization for Eigen binary operations for autodiff and double arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< double, stan::math::fvar< T >, BinaryOp > |
Traits specialization for Eigen binary operations for double and autodiff arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< stan::math::fvar< T >, int, BinaryOp > |
Traits specialization for Eigen binary operations for autodiff and int arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< int, stan::math::fvar< T >, BinaryOp > |
Traits specialization for Eigen binary operations for int and autodiff arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< double, std::complex< stan::math::fvar< T > >, BinaryOp > |
Traits specialization for Eigen binary operations for double and complex autodiff arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< std::complex< stan::math::fvar< T > >, double, BinaryOp > |
Traits specialization for Eigen binary operations for complex autodiff and double arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< int, std::complex< stan::math::fvar< T > >, BinaryOp > |
Traits specialization for Eigen binary operations for int and complex autodiff arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< std::complex< stan::math::fvar< T > >, int, BinaryOp > |
Traits specialization for Eigen binary operations for complex autodiff and int arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< stan::math::fvar< T >, std::complex< double >, BinaryOp > |
Traits specialization for Eigen binary operations for autodiff and complex double arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< std::complex< double >, stan::math::fvar< T >, BinaryOp > |
Traits specialization for Eigen binary operations for complex double and autodiff arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< std::complex< double >, std::complex< stan::math::fvar< T > >, BinaryOp > |
Traits specialization for Eigen binary operations for complex double and complex autodiff arguments. More... | |
struct | Eigen::ScalarBinaryOpTraits< std::complex< stan::math::fvar< T > >, std::complex< double >, BinaryOp > |
Traits specialization for Eigen binary operations for complex autodiff and complex double arguments. More... | |
struct | Eigen::internal::functor_has_linear_access< stan::math::read_fvar_functor< EigFvar, EigOut > > |
Enable linear access of inputs when using read_fvar. More... | |
Namespaces | |
namespace | Eigen |
(Expert) Numerical traits for algorithmic differentiation variables. | |
namespace | Eigen::internal |
(Expert) Product traits for algorithmic differentiation variables. | |