Definition at line 176 of file Inverse_SSE.h.
#include <src/LU/arch/Inverse_SSE.h>
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) |
anonymous enum |
Definition at line 178 of file Inverse_SSE.h.
static void internal::compute_inverse_size4< Architecture::SSE, double, MatrixType, ResultType >::run | ( | const MatrixType & | matrix, |
ResultType & | result | ||
) | [inline, static] |
Definition at line 183 of file Inverse_SSE.h.
References det(), and EIGEN_ALIGN16.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |