Source code for lightwin.beam_calculation.cy_envelope_1d.transfer_matrix_factory

"""Provide an easy way to generate :class:`.TransferMatrix`."""

from lightwin.beam_calculation.envelope_1d.transfer_matrix_factory import (
    TransferMatrixFactoryEnvelope1D,
)


[docs] class TransferMatrixFactoryCyEnvelope1D(TransferMatrixFactoryEnvelope1D): """Provide a method for easy creation of :class:`.TransferMatrix`."""