Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return true
is matrix is lower triangular.
A matrix x is not lower triangular if there is a non-zero entry x[m, n] with m < n. This function only inspect the upper and triangular portion of the matrix, not including the diagonal.
EigMat | A type derived from EigenBase with dynamic rows and columns |
y | Matrix to test |
true
is matrix is lower triangular Definition at line 21 of file is_lower_triangular.hpp.