ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
CovarianceMatrix () noexcept | |
CovarianceMatrix (std::size_t i, void *x) noexcept | |
~CovarianceMatrix () noexcept | |
CovarianceMatrix (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
CovarianceMatrix & | 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::CovarianceMatrix |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1018 of file autoarts.h.
|
private |
Definition at line 1019 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1023 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1024 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1025 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1026 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1032 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::covmat_seSet(), ARTS::AgendaMethod::covmat_sxSet(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::MatrixFromCovarianceMatrix(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~CovarianceMatrix().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1033 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
|
inlinenoexcept |
Definition at line 1029 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1030 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::covmat_seSet(), ARTS::AgendaMethod::covmat_sxSet(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::MatrixFromCovarianceMatrix(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1028 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1027 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::covmat_seSet(), ARTS::Method::covmat_sxExtractSqrtDiagonal(), ARTS::Method::covmat_sxSet(), ARTS::Method::Delete(), ARTS::Method::Ignore(), ARTS::Method::MatrixFromCovarianceMatrix(), operator=(), and ARTS::Method::Touch().
|
private |
Definition at line 1020 of file autoarts.h.
|
private |
Definition at line 1021 of file autoarts.h.
Referenced by isnull(), value(), and ~CovarianceMatrix().