![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/utility/enable_if.hpp>#include <boost/type_traits.hpp>#include <stan/math/matrix/Eigen.hpp>#include <stan/math/error_handling/matrix/check_multiplicable.hpp>#include <stan/math/error_handling/matrix/check_square.hpp>#include <stan/math/error_handling/matrix/check_symmetric.hpp>#include <stan/math/matrix/dot_product.hpp>#include <stan/math/matrix/multiply.hpp>#include <stan/math/matrix/transpose.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<int RA, int CA, int RB, int CB, typename T > | |
| Eigen::Matrix< T, CB, CB > | stan::math::quad_form (const Eigen::Matrix< T, RA, CA > &A, const Eigen::Matrix< T, RB, CB > &B) |
| Compute B^T A B. More... | |
| template<int RA, int CA, int RB, typename T > | |
| T | stan::math::quad_form (const Eigen::Matrix< T, RA, CA > &A, const Eigen::Matrix< T, RB, 1 > &B) |
| template<int RA, int CA, int RB, int CB, typename T > | |
| Eigen::Matrix< T, CB, CB > | stan::math::quad_form_sym (const Eigen::Matrix< T, RA, CA > &A, const Eigen::Matrix< T, RB, CB > &B) |
| template<int RA, int CA, int RB, typename T > | |
| T | stan::math::quad_form_sym (const Eigen::Matrix< T, RA, CA > &A, const Eigen::Matrix< T, RB, 1 > &B) |