Automatic Differentiation
 
Loading...
Searching...
No Matches
Eigen::internal::general_matrix_matrix_product< Index, stan::math::var, LhsStorageOrder, ConjugateLhs, stan::math::var, RhsStorageOrder, ConjugateRhs, ColMajor, ResInnerStride > Struct Template Reference

Detailed Description

template<typename Index, int LhsStorageOrder, bool ConjugateLhs, int RhsStorageOrder, bool ConjugateRhs, int ResInnerStride>
struct Eigen::internal::general_matrix_matrix_product< Index, stan::math::var, LhsStorageOrder, ConjugateLhs, stan::math::var, RhsStorageOrder, ConjugateRhs, ColMajor, ResInnerStride >

Definition at line 400 of file Eigen_NumTraits.hpp.

#include <Eigen_NumTraits.hpp>

Public Types

using LhsScalar = stan::math::var
 
using RhsScalar = stan::math::var
 
using ResScalar = stan::math::var
 
using Traits = gebp_traits< RhsScalar, LhsScalar >
 
using LhsMapper = const_blas_data_mapper< stan::math::var, Index, LhsStorageOrder >
 
using RhsMapper = const_blas_data_mapper< stan::math::var, Index, RhsStorageOrder >
 

Static Public Member Functions

static void run (Index rows, Index cols, Index depth, const LhsScalar *lhs, Index lhsStride, const RhsScalar *rhs, Index rhsStride, ResScalar *res, Index resIncr, Index resStride, const ResScalar &alpha, level3_blocking< LhsScalar, RhsScalar > &, GemmParallelInfo< Index > *)
 
static void run (Index rows, Index cols, Index depth, const LhsMapper &lhsMapper, const RhsMapper &rhsMapper, ResScalar *res, Index resStride, const ResScalar &alpha, level3_blocking< LhsScalar, RhsScalar > &blocking, GemmParallelInfo< Index > *info=0)
 

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