|
| template<typename MatrixType > |
| void | ref_matrix (const MatrixType &m) |
| |
| template<typename VectorType > |
| void | ref_vector (const VectorType &m) |
| |
| template<typename Scalar , int Rows, int Cols> |
| void | ref_vector_fixed_sizes () |
| |
| template<typename PlainObjectType > |
| void | check_const_correctness (const PlainObjectType &) |
| |
| template<typename B > |
| EIGEN_DONT_INLINE void | call_ref_1 (Ref< VectorXf > a, const B &b) |
| |
| template<typename B > |
| EIGEN_DONT_INLINE void | call_ref_2 (const Ref< const VectorXf > &a, const B &b) |
| |
| template<typename B > |
| EIGEN_DONT_INLINE void | call_ref_3 (Ref< VectorXf, 0, InnerStride<> > a, const B &b) |
| |
| template<typename B > |
| EIGEN_DONT_INLINE void | call_ref_4 (const Ref< const VectorXf, 0, InnerStride<> > &a, const B &b) |
| |
| template<typename B > |
| EIGEN_DONT_INLINE void | call_ref_5 (Ref< MatrixXf, 0, OuterStride<> > a, const B &b) |
| |
| template<typename B > |
| EIGEN_DONT_INLINE void | call_ref_6 (const Ref< const MatrixXf, 0, OuterStride<> > &a, const B &b) |
| |
| template<typename B > |
| EIGEN_DONT_INLINE void | call_ref_7 (Ref< Matrix< float, Dynamic, 3 > > a, const B &b) |
| |
| void | call_ref () |
| |
| int | test_ref_overload_fun1 (Ref< MatrixXd >) |
| |
| int | test_ref_overload_fun1 (Ref< RowMatrixXd >) |
| |
| int | test_ref_overload_fun1 (Ref< MatrixXf >) |
| |
| int | test_ref_overload_fun2 (Ref< const MatrixXd >) |
| |
| int | test_ref_overload_fun2 (Ref< const MatrixXf >) |
| |
| void | test_ref_ambiguous (const Ref< const ArrayXd > &A, Ref< ArrayXd > B) |
| |
| void | test_ref_overloads () |
| |
| void | test_ref_fixed_size_assert () |
| |
| | EIGEN_DECLARE_TEST (ref) |
| |