![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/math/matrix/Eigen.hpp>#include <stan/meta/traits.hpp>#include <stan/math/error_handling/matrix/check_size_match.hpp>#include <vector>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T1 , typename T2 , int R1, int C1, int R2, int C2> | |
| Matrix< typename return_type < T1, T2 >::type, Dynamic, Dynamic > | stan::math::append_col (const Matrix< T1, R1, C1 > &A, const Matrix< T2, R2, C2 > &B) |
| template<typename T1 , typename T2 , int C1, int C2> | |
| Matrix< typename return_type < T1, T2 >::type, 1, Dynamic > | stan::math::append_col (const Matrix< T1, 1, C1 > &A, const Matrix< T2, 1, C2 > &B) |
| template<typename T , int R1, int C1, int R2, int C2> | |
| Matrix< T, Dynamic, Dynamic > | stan::math::append_col (const Matrix< T, R1, C1 > &A, const Matrix< T, R2, C2 > &B) |
| template<typename T , int C1, int C2> | |
| Matrix< T, 1, Dynamic > | stan::math::append_col (const Matrix< T, 1, C1 > &A, const Matrix< T, 1, C2 > &B) |