pyxu.info.ptype#

class NDArray#

Supported dense array types.

class ArrayModule#

Supported dense array modules.

class SparseArray#

Supported sparse array types.

class SparseModule#

Supported sparse array modules.

class OpT#

Top-level abstract Operator interface exposed to users.

Property#

Mathematical properties attached to Operator objects.

class SolverT#

Top-level abstract Solver interface exposed to users.

class SolverM#

Solver run-mode(s).

class Real[source]#

Alias of numbers.Real.

DType#

NDArray dtype specifier.

OpC#

Operator hierarchy class type.

alias of Type[OpT]

SolverC#

Solver hierarchy class type.

alias of Type[SolverT]

Integer#

alias of Integral

NDArrayAxis#

Axis/Axes specifier.

alias of Integral | tuple[Integral, …]

NDArrayShape#

NDArray shape specifier.

alias of Integral | tuple[Integral, …]

Path#

Path-like object.

alias of str | Path

VarName#

Variable name(s).

alias of str | Collection[str]