Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ coeff() [3/4]

template<typename T >
auto stan::math::var_value< T, internal::require_matrix_var_value< T > >::coeff ( Eigen::Index  i,
Eigen::Index  j 
) const
inline

View element of eigen matrices.

This creates a new vari_value<double> so unlike the other views this subset will not have the same adjoints as the original matrix and must be propogated back.

Parameters
iRow to access
jColumn to access

Definition at line 771 of file var.hpp.