base_tensors

Base classes for implementations of tensor spaces.

Modules

Classes

Tensor(space)

Abstract class for representation of TensorSpace elements.

TensorSpace(shape, dtype, device, **kwargs)

Base class for sets of tensors of arbitrary data type.

Functions

default_dtype(array_backend[, field])

Return the default data type for a given field.