Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
block()
[1/2]
template<typename
Derived
>
auto
stan::math::vari_view_eigen
<
Derived
>::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_row
Starting row of block.
start_col
Starting columns of block.
num_rows
Number of rows to return.
num_cols
Number of columns to return.
Definition at line
244
of file
vari.hpp
.
stan
math
vari_view_eigen
[
Stan Home Page
]
© 2011–2019, Stan Development Team.