Macros | Functions
block.cpp File Reference
#include "main.h"
Include dependency graph for block.cpp:

Go to the source code of this file.

Macros

#define EIGEN_NO_STATIC_ASSERT
 

Functions

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 &m1, Index r1, Index r2, Index c1, Index c2, const Scalar &s1)
 
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 >
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)
 

Macro Definition Documentation

◆ EIGEN_NO_STATIC_ASSERT

#define EIGEN_NO_STATIC_ASSERT

Definition at line 10 of file block.cpp.

Function Documentation

◆ block()

template<typename MatrixType >
void block ( const MatrixType m)

Definition at line 40 of file block.cpp.

◆ block_real_only() [1/2]

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 
)

Definition at line 15 of file block.cpp.

◆ block_real_only() [2/2]

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  
)

Definition at line 28 of file block.cpp.

◆ compare_using_data_and_stride()

template<typename MatrixType >
void compare_using_data_and_stride ( const MatrixType m)

Definition at line 244 of file block.cpp.

◆ data_and_stride()

template<typename MatrixType >
void data_and_stride ( const MatrixType m)

Definition at line 277 of file block.cpp.

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( block  )

Definition at line 296 of file block.cpp.

◆ 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 
)

Definition at line 35 of file block.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:47