Skip to main content

InterferenceStudy

Type Alias InterferenceStudy 

Source
pub type InterferenceStudy = StudyDescriptor;
Expand description

Complete runtime study returned by a StudySolver.

Aliased Type§

pub struct InterferenceStudy {
    pub problem: ProblemDescriptor,
    pub plane: PlaneDescriptor,
    pub field: PhasorFieldDescriptor,
    pub evidence: StudyEvidenceDescriptor,
}

Fields§

§problem: ProblemDescriptor

Exact coherent problem.

§plane: PlaneDescriptor

Exact physical sampling plane.

§field: PhasorFieldDescriptor

Two-component Tensor field.

§evidence: StudyEvidenceDescriptor

Sampling, work, provider, tolerance, and execution evidence.