#include <TensorIndex.h>
Public Types | |
enum | { SIZE = d1*d2*d3*d4 } |
enum | { LEN1 = d1 } |
enum | { LEN2 = d2 } |
enum | { LEN3 = d3 } |
enum | { LEN4 = d4 } |
Static Public Member Functions | |
static int | indexOf (const int i) |
static int | indexOf (const int i, const int j, const int k, const int l) |
static int | indexOf (const int i, const int j, const int k) |
static int | indexOf (const int i, const int j) |
Definition at line 39 of file TensorIndex.h.
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
static int TensorIndex_base1< d1, d2, d3, d4 >::indexOf | ( | const int | i | ) | [inline, static] |
Definition at line 47 of file TensorIndex.h.
{ return i -1; }
static int TensorIndex_base1< d1, d2, d3, d4 >::indexOf | ( | const int | i, |
const int | j, | ||
const int | k, | ||
const int | l | ||
) | [inline, static] |
static int TensorIndex_base1< d1, d2, d3, d4 >::indexOf | ( | const int | i, |
const int | j, | ||
const int | k | ||
) | [inline, static] |
Definition at line 53 of file TensorIndex.h.
static int TensorIndex_base1< d1, d2, d3, d4 >::indexOf | ( | const int | i, |
const int | j | ||
) | [inline, static] |
Definition at line 50 of file TensorIndex.h.