Public Types | Static Public Member Functions

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)

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


Member Enumeration Documentation

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

Member Function Documentation

template<typename MatrixType , typename ResultType >
static void internal::compute_inverse_size4< Architecture::SSE, double, MatrixType, ResultType >::run ( const MatrixType &  matrix,
ResultType &  result 
) [inline, static]

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