Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
quad_form_sym.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/err/check_multiplicable.hpp>
#include <stan/math/prim/mat/err/check_square.hpp>
#include <stan/math/prim/mat/err/check_symmetric.hpp>
#include <stan/math/rev/mat/fun/quad_form.hpp>
#include <type_traits>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename Ta , int Ra, int Ca, typename Tb , int Rb, int Cb>
std::enable_if< std::is_same< Ta, var >::value||std::is_same< Tb, var >::value, Eigen::Matrix< var, Cb, Cb > >::type stan::math::quad_form_sym (const Eigen::Matrix< Ta, Ra, Ca > &A, const Eigen::Matrix< Tb, Rb, Cb > &B)
 
template<typename Ta , int Ra, int Ca, typename Tb , int Rb>
std::enable_if< std::is_same< Ta, var >::value||std::is_same< Tb, var >::value, var >::type stan::math::quad_form_sym (const Eigen::Matrix< Ta, Ra, Ca > &A, const Eigen::Matrix< Tb, Rb, 1 > &B)
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.