![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/fun/Eigen.hpp>#include <stan/math/prim/scal/fun/constants.hpp>#include <cmath>#include <cstddef>#include <iostream>#include <limits>#include <stdexcept>#include <sstream>#include <vector>Go to the source code of this file.
Namespaces | |
| stan | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T > | |
| void | stan::math::factor_U (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &U, Eigen::Array< T, Eigen::Dynamic, 1 > &CPCs) |
| This function is intended to make starting values, given a unit upper-triangular matrix U such that U'DU is a correlation matrix. More... | |