Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return true
if column index is in bounds.
By default this is a 1-indexed check (as opposed to zero-indexed). Behavior can be changed by setting stan::error_index::value
.
EigMat | A type derived from EigenBase |
y | matrix to test |
i | column index to check |
true
if column index is in bounds Definition at line 20 of file is_column_index.hpp.