core#

Module containing core, generalized utilities for PyBrOpS.

These utilities are:

  • error - Provides error checking routines.

  • io - Provides input/output interfaces.

  • mat - Provides general matrix interfaces and implementations.

  • random - Provides random number generation.

  • util - Provides general, miscellaneous utilities.

Modules

pybrops.core.error

Module containing general error checking routines.

pybrops.core.io

Module providing input/output interfaces for reading/writing files.

pybrops.core.mat

Module providing matrix interfaces and basic matrix functionality.

pybrops.core.random

pybrops.core.util

Module containing general utility functions.