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

◆ is_mat_finite()

template<typename EigMat , require_eigen_t< EigMat > * = nullptr>
bool stan::math::is_mat_finite ( const EigMat &  y)
inline

Return true is the specified matrix is finite.

Template Parameters
TScalar type of the matrix, requires class method .allFinite()
EigMatA type derived from EigenBase
Parameters
yMatrix to test
Returns
true if the matrix is finite

Definition at line 20 of file is_mat_finite.hpp.