Commit 2022-02-25 07:07 dae1dfe9
View on Github →feat(topology/spectral/hom): Spectral maps (#12228) Define spectral maps in three ways:
is_spectral_map
, the unbundled predicatespectral_map
, the bundled typespectral_map_class
, the hom class The design foris_spectral_map
matchescontinuous
. The design forspectral_map
andspectral_map_class
follows the hom refactor.