defaults#

Set the defaults across each of the different files.

To change the default precision from 32 bit (default) to 64 bit, use:

cv.options.set(precision=64)

Classes

default_float

alias of float32

default_int

alias of int32

Functions

get_default_colors

Specify plot colors -- used in sim.py.

get_default_plots

Specify which quantities to plot; used in sim.py.