|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <SparseMatrix.h>
Public Member Functions | |
| SparseMatrixWrapper ()=default | |
| double | getElement (T row, T col) const |
| void | setElement (T row, T col, double value) |
| std::vector< T > | getDiagonalElements () const |
| void | print (const std::vector< T > &indices) const |
| SparseMatrixWrapper< T > | invert (const std::vector< T > &indices) const |
Public Attributes | |
| SparseMatrix< T > | matrix |
Definition at line 256 of file SparseMatrix.h.
|
default |
|
inline |
Definition at line 270 of file SparseMatrix.h.
|
inline |
Definition at line 262 of file SparseMatrix.h.
|
inline |
Definition at line 278 of file SparseMatrix.h.
|
inline |
Definition at line 274 of file SparseMatrix.h.
|
inline |
Definition at line 266 of file SparseMatrix.h.
| SparseMatrix<T> SparseMatrixWrapper< T >::matrix |
Definition at line 258 of file SparseMatrix.h.