.common - Common miscellaneous definitions and aliases.

Definitions common to all PyBERT modules.

Original author: David Banas <capn.freako@gmail.com>

Original date: May 13, 2024

Copyright (c) 2024 David Banas; all rights reserved World wide.

class pybert.common.Real

Real scalar

alias of TypeVar(‘Real’, numpy.float64, numpy.float64)

class pybert.common.Comp

Complex scalar

alias of TypeVar(‘Comp’, numpy.complex64, numpy.complex128)

pybert.common.Rvec: TypeAlias

Complex valued vector

pybert.common.Cvec: TypeAlias

Complex valued vector

pybert.common.Rmat: TypeAlias

Real valued matrix

pybert.common.Cmat: TypeAlias

Complex valued matrix

pybert.common.PI = 3.14159

Value of Pi

pybert.common.TWOPI = 6.28318

2 * Pi