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

#include <Inverse_SSE.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::SSE, double, MatrixType, ResultType >

Definition at line 167 of file Inverse_SSE.h.

Member Typedef Documentation

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

Definition at line 174 of file Inverse_SSE.h.

Member Enumeration Documentation

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

Definition at line 169 of file Inverse_SSE.h.

Member Function Documentation

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

Definition at line 176 of file Inverse_SSE.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:32