ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
Sparse () noexcept | |
Sparse (std::size_t i, void *x) noexcept | |
~Sparse () noexcept | |
Sparse (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
Sparse & | operator= (const type &t) noexcept |
std::size_t | pos () const noexcept |
bool | isnull () const noexcept |
bool | islast () const noexcept |
const Group::String & | name () const noexcept |
Private Types | |
using | type = Group::Sparse |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1414 of file autoarts.h.
|
private |
Definition at line 1415 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1419 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1420 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1421 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1422 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1428 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::covmat_seSet(), ARTS::AgendaMethod::covmat_sxSet(), ARTS::AgendaMethod::covmatDiagonal(), ARTS::Method::covmatDiagonal(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::DiagonalMatrix(), ARTS::Method::DiagonalMatrix(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::MatrixCopySparse(), ARTS::AgendaMethod::ncolsGet(), ARTS::AgendaMethod::nrowsGet(), ARTS::AgendaMethod::Select(), ARTS::Method::Select(), ARTS::AgendaMethod::SparseSparseMultiply(), ARTS::Method::SparseSparseMultiply(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~Sparse().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1429 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
Definition at line 1425 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1426 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::covmat_seSet(), ARTS::AgendaMethod::covmat_sxSet(), ARTS::AgendaMethod::covmatDiagonal(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::DiagonalMatrix(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::MatrixCopySparse(), ARTS::AgendaMethod::ncolsGet(), ARTS::AgendaMethod::nrowsGet(), ARTS::AgendaMethod::Select(), ARTS::AgendaMethod::SparseSparseMultiply(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1424 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1423 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::covmat_seSet(), ARTS::Method::covmat_sxSet(), ARTS::Method::covmatDiagonal(), ARTS::Method::Delete(), ARTS::Method::DiagonalMatrix(), ARTS::Method::Ignore(), ARTS::Method::MatrixCopySparse(), ARTS::Method::ncolsGet(), ARTS::Method::nrowsGet(), operator=(), ARTS::Method::Select(), ARTS::Method::SparseSparseMultiply(), and ARTS::Method::Touch().
|
private |
Definition at line 1416 of file autoarts.h.
|
private |
Definition at line 1417 of file autoarts.h.