Stan  1.0
probability, sampling & optimization
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 <matrix.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 191 of file matrix.hpp.

Member Typedef Documentation

◆ LhsScalar

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 193 of file matrix.hpp.

◆ ResScalar

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 195 of file matrix.hpp.

◆ RhsScalar

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 194 of file matrix.hpp.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 196 of file matrix.hpp.

Member Function Documentation

◆ run()

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 198 of file matrix.hpp.


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

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