Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::matvec_mul_opt< Arg > Struct Template Reference

Detailed Description

template<typename Arg>
struct stan::math::internal::matvec_mul_opt< Arg >

Implementation of an optimization for usage of rowwise reduction in matrix-vector multiplication.

Definition at line 27 of file rowwise_reduction.hpp.

#include <rowwise_reduction.hpp>

Public Types

enum  { is_possible = 0 }
 

Static Public Member Functions

static matrix_cl_view view (const Arg &)
 
static kernel_parts get_kernel_parts (const Arg &a, std::unordered_map< const void *, const char * > &generated, std::unordered_map< const void *, const char * > &generated_all, name_generator &name_gen, const std::string &row_index_name, const std::string &col_index_name)
 

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