Module flag4j

Class FieldTensor<T extends Field<T>>

java.lang.Object
Type Parameters:
T - Type of the field element for the tensor.
All Implemented Interfaces:
Serializable, DenseTensorMixin<FieldTensor<T>,CooFieldTensor<T>>, TensorBinaryOpsMixin<FieldTensor<T>,FieldTensor<T>>, TensorMixin<FieldTensor<T>,Field<T>[],T>

public class FieldTensor<T extends Field<T>> extends DenseFieldTensorBase<FieldTensor<T>,CooFieldTensor<T>,T>

A dense tensor whose entries are Field elements.

The AbstractTensor.entries of a field tensor are mutable but the AbstractTensor.shape is fixed.

See Also: