pub fn calculate_structural_tof_pattern_dense(
cell: UnitCell,
space_group: &SpaceGroup,
input: &StructuralTofInputView<'_>,
) -> Result<StructuralTofDenseResult, StructuralTofError>Expand description
Calculate values and a dense structural TOF Jacobian.
ยงErrors
Returns StructuralTofError for invalid inputs or allocation overflow.