![]() |
Stan
1.0
probability, sampling & optimization
|
#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) |
Definition at line 191 of file matrix.hpp.
| 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.
| 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.
| 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.
| anonymous enum |
| Enumerator | |
|---|---|
| LhsStorageOrder | |
Definition at line 196 of file matrix.hpp.
|
inlinestatic |
Definition at line 198 of file matrix.hpp.