#include <faceToMatrixAddress.hpp>
Definition at line 82 of file faceToMatrixAddress.hpp.
◆ FaceToMatrixAddress() [1/2]
| NeoN::la::FaceToMatrixAddress::FaceToMatrixAddress |
( |
Array< uint8_t > |
ownerOffset, |
|
|
Array< uint8_t > |
neighbourOffset, |
|
|
Array< uint8_t > |
diagOffset |
|
) |
| |
mapping from celli to diagonal element offset
◆ FaceToMatrixAddress() [2/2]
◆ copyToExecutor()
◆ diagOffset() [1/2]
| Array< uint8_t > & NeoN::la::FaceToMatrixAddress::diagOffset |
( |
| ) |
|
◆ diagOffset() [2/2]
| const Array< uint8_t > & NeoN::la::FaceToMatrixAddress::diagOffset |
( |
| ) |
const |
◆ neighbourOffset() [1/2]
| Array< uint8_t > & NeoN::la::FaceToMatrixAddress::neighbourOffset |
( |
| ) |
|
◆ neighbourOffset() [2/2]
| const Array< uint8_t > & NeoN::la::FaceToMatrixAddress::neighbourOffset |
( |
| ) |
const |
◆ ownerOffset() [1/2]
| Array< uint8_t > & NeoN::la::FaceToMatrixAddress::ownerOffset |
( |
| ) |
|
◆ ownerOffset() [2/2]
| const Array< uint8_t > & NeoN::la::FaceToMatrixAddress::ownerOffset |
( |
| ) |
const |
◆ view()
Get a view representation of the matrix's data.
- Returns
- FaceToMatrixView for easy access to matrix elements.
The documentation for this class was generated from the following file: