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

◆ block() [1/2]

template<typename T >
auto stan::math::var_value< T, internal::require_matrix_var_value< T > >::block ( Eigen::Index  start_row,
Eigen::Index  start_col,
Eigen::Index  num_rows,
Eigen::Index  num_cols 
) const
inline

A block view of the underlying Eigen matrices.

Parameters
start_rowStarting row of block.
start_colStarting columns of block.
num_rowsNumber of rows to return.
num_colsNumber of columns to return.

Definition at line 603 of file var.hpp.