Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
Eigen::internal::general_matrix_vector_product< Index, stan::agrad::var, RowMajor, ConjugateLhs, stan::agrad::var, ConjugateRhs > Struct Template Reference

#include <Eigen_NumTraits.hpp>

Public Types

enum  { LhsStorageOrder = RowMajor }
 
typedef stan::agrad::var LhsScalar
 
typedef stan::agrad::var RhsScalar
 
typedef scalar_product_traits
< LhsScalar, RhsScalar >
::ReturnType 
ResScalar
 

Static Public Member Functions

static EIGEN_DONT_INLINE void run (Index rows, Index cols, const LhsScalar *lhs, Index lhsStride, const RhsScalar *rhs, Index rhsIncr, ResScalar *res, Index resIncr, const RhsScalar &alpha)
 

Detailed Description

template<typename Index, bool ConjugateLhs, bool ConjugateRhs>
struct Eigen::internal::general_matrix_vector_product< Index, stan::agrad::var, RowMajor, ConjugateLhs, stan::agrad::var, ConjugateRhs >

Definition at line 197 of file Eigen_NumTraits.hpp.

Member Typedef Documentation

template<typename Index , bool ConjugateLhs, bool ConjugateRhs>
typedef stan::agrad::var Eigen::internal::general_matrix_vector_product< Index, stan::agrad::var, RowMajor, ConjugateLhs, stan::agrad::var, ConjugateRhs >::LhsScalar

Definition at line 199 of file Eigen_NumTraits.hpp.

template<typename Index , bool ConjugateLhs, bool ConjugateRhs>
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType Eigen::internal::general_matrix_vector_product< Index, stan::agrad::var, RowMajor, ConjugateLhs, stan::agrad::var, ConjugateRhs >::ResScalar

Definition at line 201 of file Eigen_NumTraits.hpp.

template<typename Index , bool ConjugateLhs, bool ConjugateRhs>
typedef stan::agrad::var Eigen::internal::general_matrix_vector_product< Index, stan::agrad::var, RowMajor, ConjugateLhs, stan::agrad::var, ConjugateRhs >::RhsScalar

Definition at line 200 of file Eigen_NumTraits.hpp.

Member Enumeration Documentation

template<typename Index , bool ConjugateLhs, bool ConjugateRhs>
anonymous enum
Enumerator
LhsStorageOrder 

Definition at line 202 of file Eigen_NumTraits.hpp.

Member Function Documentation

template<typename Index , bool ConjugateLhs, bool ConjugateRhs>
static EIGEN_DONT_INLINE void Eigen::internal::general_matrix_vector_product< Index, stan::agrad::var, RowMajor, ConjugateLhs, stan::agrad::var, ConjugateRhs >::run ( Index  rows,
Index  cols,
const LhsScalar lhs,
Index  lhsStride,
const RhsScalar rhs,
Index  rhsIncr,
ResScalar res,
Index  resIncr,
const RhsScalar alpha 
)
inlinestatic

Definition at line 204 of file Eigen_NumTraits.hpp.


The documentation for this struct was generated from the following file:

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