Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::compute_inverse_size4< Architecture::SSE, double, MatrixType, ResultType > Struct Template Reference

Public Types

enum  { MatrixAlignment = bool(MatrixType::Flags&AlignedBit), ResultAlignment = bool(ResultType::Flags&AlignedBit), StorageOrdersMatch = (MatrixType::Flags&RowMajorBit) == (ResultType::Flags&RowMajorBit) }
 

Static Public Member Functions

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

Detailed Description

template<typename MatrixType, typename ResultType>
struct Eigen::internal::compute_inverse_size4< Architecture::SSE, double, MatrixType, ResultType >

Definition at line 163 of file Inverse_SSE.h.


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