Automatic Differentiation
 
Loading...
Searching...
No Matches
indexing.hpp File Reference

Go to the source code of this file.

Classes

class  stan::math::indexing_< T_mat, T_row_index, T_col_index >
 Represents indexing of a matrix with two matrices of indices. More...
 

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T_mat , typename T_row_index , typename T_col_index , require_all_kernel_expressions_t< T_mat, T_row_index, T_col_index > * = nullptr>
auto stan::math::indexing (T_mat &&mat, T_row_index &&row_index, T_col_index &&col_index)
 Index a kernel generator expression using two expressions for indices.