|
| template<typename MatrixType , typename Index , typename Scalar > |
| Eigen::internal::enable_if<!NumTraits< typenameMatrixType::Scalar >::IsComplex, typenameMatrixType::Scalar >::type | block_real_only (const MatrixType &m1, Index r1, Index r2, Index c1, Index c2, const Scalar &s1) |
| |
| template<typename MatrixType , typename Index , typename Scalar > |
| Eigen::internal::enable_if< NumTraits< typenameMatrixType::Scalar >::IsComplex, typenameMatrixType::Scalar >::type | block_real_only (const MatrixType &, Index, Index, Index, Index, const Scalar &) |
| |
| template<typename T1 , typename T2 > |
| internal::enable_if< internal::is_same< T1, T2 >::value, bool >::type | is_same_block (const T1 &a, const T2 &b) |
| |
| template<typename MatrixType > |
| void | block (const MatrixType &m) |
| |
| template<typename MatrixType > |
| void | compare_using_data_and_stride (const MatrixType &m) |
| |
| template<typename MatrixType > |
| void | data_and_stride (const MatrixType &m) |
| |
| | EIGEN_DECLARE_TEST (block) |
| |