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

#include <Inverse_SSE.h>

List of all members.

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.


Member Enumeration Documentation

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

Definition at line 165 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 &  matrix,
ResultType &  result 
) [inline, static]

Definition at line 170 of file Inverse_SSE.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:59