#include <utility>
#include <iostream>
#include "vbl_big_sparse_array_3d.h"
#include <cassert>
Go to the source code of this file.
|
| ulonglong | bigencode (unsigned i, unsigned j, unsigned k) |
| |
| void | bigdecode (ulonglong v, unsigned &i, unsigned &j, unsigned &k) |
| |
◆ VBL_BIG_SPARSE_ARRAY_3D_INSTANTIATE
| #define VBL_BIG_SPARSE_ARRAY_3D_INSTANTIATE |
( |
|
T | ) |
|
◆ VBL_BIG_SPARSE_ARRAY_3D_INSTANTIATE_base
◆ bigdecode()
| void bigdecode |
( |
ulonglong |
v, |
|
|
unsigned & |
i, |
|
|
unsigned & |
j, |
|
|
unsigned & |
k |
|
) |
| |
|
inline |
◆ bigencode()
| ulonglong bigencode |
( |
unsigned |
i, |
|
|
unsigned |
j, |
|
|
unsigned |
k |
|
) |
| |
|
inline |