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)
 
void test_block ()
 

Macro Definition Documentation

#define EIGEN_NO_STATIC_ASSERT

Definition at line 10 of file block.cpp.

Function Documentation

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

Definition at line 33 of file block.cpp.

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.

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.

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

Definition at line 207 of file block.cpp.

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

Definition at line 240 of file block.cpp.

void test_block ( )

Definition at line 259 of file block.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:28