#include "main.h"
Go to the source code of this file.
Classes | |
struct | PacketBlockSet< Scalar, StorageOrder, n > |
Macros | |
#define | GET(i, j) (StorageOrder == RowMajor ? (i)*stride + (j) : (i) + (j)*stride) |
#define | SCATTER(i, j, k) (StorageOrder == RowMajor ? ((i)+(k))*stride + (j) : (i) + ((j)+(k))*stride) |
Functions | |
template<typename Scalar , typename Packet > | |
void | compare (const Packet &a, const Packet &b) |
EIGEN_DECLARE_TEST (blasutil) | |
template<typename Scalar , int StorageOrder, int BlockSize> | |
void | run_bdmp_spec_1 () |
template<typename Scalar > | |
void | run_test () |
Definition at line 20 of file blasutil.cpp.
#define SCATTER | ( | i, | |
j, | |||
k | |||
) | (StorageOrder == RowMajor ? ((i)+(k))*stride + (j) : (i) + ((j)+(k))*stride) |
Definition at line 21 of file blasutil.cpp.
Definition at line 24 of file blasutil.cpp.
EIGEN_DECLARE_TEST | ( | blasutil | ) |
Definition at line 189 of file blasutil.cpp.
void run_bdmp_spec_1 | ( | ) |
Definition at line 66 of file blasutil.cpp.
void run_test | ( | ) |
Definition at line 175 of file blasutil.cpp.