Public Types | List of all members
Eigen::internal::umeyama_transform_matrix_type< MatrixType, OtherMatrixType > Struct Template Reference

#include <Umeyama.h>

Public Types

enum  { MinRowsAtCompileTime = EIGEN_SIZE_MIN_PREFER_DYNAMIC(MatrixType::RowsAtCompileTime, OtherMatrixType::RowsAtCompileTime), HomogeneousDimension = int(MinRowsAtCompileTime) == Dynamic ? Dynamic : int(MinRowsAtCompileTime)+1 }
 
typedef Matrix< typename traits< MatrixType >::Scalar, HomogeneousDimension, HomogeneousDimension, AutoAlign|(traits< MatrixType >::Flags &RowMajorBit ? RowMajor :ColMajor), HomogeneousDimension, HomogeneousDimensiontype
 

Detailed Description

template<typename MatrixType, typename OtherMatrixType>
struct Eigen::internal::umeyama_transform_matrix_type< MatrixType, OtherMatrixType >

Definition at line 32 of file Umeyama.h.

Member Typedef Documentation

◆ type

Definition at line 48 of file Umeyama.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename MatrixType , typename OtherMatrixType >
anonymous enum
Enumerator
MinRowsAtCompileTime 
HomogeneousDimension 

Definition at line 34 of file Umeyama.h.


The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:46:03