Go to the source code of this file.
|
template<typename MatrixType > |
void | block (const MatrixType &m) |
|
template<typename MatrixType , typename Index , typename Scalar > |
Eigen::internal::enable_if< NumTraits< typename MatrixType::Scalar >::IsComplex, typename MatrixType::Scalar >::type | block_real_only (const MatrixType &, Index, Index, Index, Index, const Scalar &) |
|
template<typename MatrixType , typename Index , typename Scalar > |
Eigen::internal::enable_if<!NumTraits< typename MatrixType::Scalar >::IsComplex, typename MatrixType::Scalar >::type | block_real_only (const MatrixType &m1, Index r1, Index r2, Index c1, Index c2, const Scalar &s1) |
|
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) |
|
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) |
|
◆ EIGEN_NO_STATIC_ASSERT
#define EIGEN_NO_STATIC_ASSERT |
◆ block()
template<typename MatrixType >
◆ block_real_only() [1/2]
template<typename MatrixType , typename Index , typename Scalar >
◆ block_real_only() [2/2]
template<typename MatrixType , typename Index , typename Scalar >
◆ compare_using_data_and_stride()
template<typename MatrixType >
void compare_using_data_and_stride |
( |
const MatrixType & |
m | ) |
|
◆ data_and_stride()
template<typename MatrixType >
◆ EIGEN_DECLARE_TEST()
EIGEN_DECLARE_TEST |
( |
block |
| ) |
|
◆ is_same_block()
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 |
|
) |
| |