![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/err/is_cholesky_factor.hpp>
#include <stan/math/prim/mat/err/is_unit_vector.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T_y > | |
bool | stan::math::is_cholesky_factor_corr (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y) |
Return true if y is a valid Cholesky factor, if the number of rows is not less than the number of columns, if there are no zero columns, and no element in matrix is NaN . More... | |