Public Types | Static Public Member Functions | List of all members
Eigen::internal::compute_inverse_size4< Architecture::Target, float, MatrixType, ResultType > Struct Template Reference

#include <InverseSize4.h>

Public Types

enum  { MatrixAlignment = traits<MatrixType>::Alignment, ResultAlignment = traits<ResultType>::Alignment, StorageOrdersMatch = (MatrixType::Flags & RowMajorBit) == (ResultType::Flags & RowMajorBit) }
 
typedef conditional<(MatrixType::Flags &LinearAccessBit), MatrixType const &, typename MatrixType::PlainObject >::type ActualMatrixType
 

Static Public Member Functions

static void run (const MatrixType &mat, ResultType &result)
 

Detailed Description

template<typename MatrixType, typename ResultType>
struct Eigen::internal::compute_inverse_size4< Architecture::Target, float, MatrixType, ResultType >

Definition at line 43 of file InverseSize4.h.

Member Typedef Documentation

◆ ActualMatrixType

template<typename MatrixType , typename ResultType >
typedef conditional<(MatrixType::Flags & LinearAccessBit), MatrixType const &, typename MatrixType::PlainObject>::type Eigen::internal::compute_inverse_size4< Architecture::Target, float, MatrixType, ResultType >::ActualMatrixType

Definition at line 51 of file InverseSize4.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename MatrixType , typename ResultType >
anonymous enum
Enumerator
MatrixAlignment 
ResultAlignment 
StorageOrdersMatch 

Definition at line 45 of file InverseSize4.h.

Member Function Documentation

◆ run()

template<typename MatrixType , typename ResultType >
static void Eigen::internal::compute_inverse_size4< Architecture::Target, float, MatrixType, ResultType >::run ( const MatrixType mat,
ResultType &  result 
)
inlinestatic

Definition at line 53 of file InverseSize4.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:11:44