structure
definition
def or abbrev
TensorSpectrum
show as:
view Lean formalization →
formal statement (Lean)
147structure TensorSpectrum where
148 amplitude : ℝ
149 tensor_index : ℝ
150
151/-- The tensor-to-scalar ratio r = A_T / A_s. -/