"""Common types used across the PLAID library."""# -*- coding: utf-8 -*-## This file is subject to the terms and conditions defined in# file 'LICENSE.txt', which is part of this source code package.##fromtypingimportUniontry:fromtypingimportTypeAlias# Python 3.10+exceptImportError:# pragma: no coverfromtyping_extensionsimportTypeAliasimportnumpyasnpfromnumpy.typingimportNDArray# A generic float array type (float32 or float64)