#include <core/alien/kernels/dok/DoKLocalMatrixT.h>
Public Member Functions | |
| DoKLocalMatrixT & | operator= (DoKLocalMatrixT &&src) noexcept |
| DoKLocalMatrixT & | operator= (const DoKLocalMatrixT &src) |
| void | setMaxNnz (Integer size) |
| void | set (Int32 i, Int32 j, const NNZValue &val) |
| NNZValue | add (Int32 i, Int32 j, const NNZValue &val) |
| void | compact () |
| Group non-zeros according to indexer. | |
| IReverseIndexer * | getReverseIndexer () const |
| ILocalMatrixIndexer * | getIndexer () const |
| ConstArrayView< NNZValue > | getValues () const |
| void | dump () |
Matrix storage using Dictionary Of Keys
| NNZValue | Scalar type of the non-zeros of the matrix |
Definition at line 33 of file DoKLocalMatrixT.h.
|
inline |
Definition at line 36 of file DoKLocalMatrixT.h.
|
inline |
Definition at line 77 of file DoKLocalMatrixT.h.
|
inline |
Group non-zeros according to indexer.
Definition at line 85 of file DoKLocalMatrixT.h.
|
inline |
Definition at line 101 of file DoKLocalMatrixT.h.
|
inline |
Definition at line 97 of file DoKLocalMatrixT.h.
|
inline |
Definition at line 95 of file DoKLocalMatrixT.h.
|
inline |
Definition at line 99 of file DoKLocalMatrixT.h.
|
inline |
Definition at line 56 of file DoKLocalMatrixT.h.
|
inlinenoexcept |
Definition at line 44 of file DoKLocalMatrixT.h.
|
inline |
|
inline |
Definition at line 65 of file DoKLocalMatrixT.h.