コンテンツにスキップ

GaussCoefficients

このコンテンツはまだ日本語訳がありません。

Defined in: mod.rs:13

pub struct GaussCoefficients {
pub g: Vec<f64>,
pub h: Vec<f64>,
pub year: f64,
}

Gauss coefficient set for a single epoch.

g: Vec<f64>

g coefficients [nT], flat-indexed by coeff_index(n, m).


h: Vec<f64>

h coefficients [nT], flat-indexed by coeff_index(n, m).


year: f64

Epoch year for this coefficient set.