Uses of Interface
org.flag4j.arrays.backend.field_arrays.TensorOverField
Packages that use TensorOverField
Package
Description
Provides implementations for dense tensors, matrices, and vectors.
Contains implementations for sparse tensors, matrices, and vectors.
-
Uses of TensorOverField in org.flag4j.arrays.backend.field_arrays
Classes in org.flag4j.arrays.backend.field_arrays with type parameters of type TensorOverFieldModifier and TypeInterfaceDescriptioninterfaceTensorOverField<T extends TensorOverField<T,U, V, W>, U extends TensorOverField<U, U, V, W>, V, W> This interface specifies methods which any tensor whose data are elements of a field should implement.interfaceTensorOverField<T extends TensorOverField<T,U, V, W>, U extends TensorOverField<U, U, V, W>, V, W> This interface specifies methods which any tensor whose data are elements of a field should implement.Subinterfaces of TensorOverField in org.flag4j.arrays.backend.field_arraysModifier and TypeInterfaceDescriptioninterfaceFieldTensorMixin<T extends FieldTensorMixin<T,U, V>, U extends FieldTensorMixin<U, U, V>, V extends Field<V>> This interface provides default functionality for all tensors whose data are elements of aField.Classes in org.flag4j.arrays.backend.field_arrays that implement TensorOverFieldModifier and TypeClassDescriptionclassAbstractCooFieldMatrix<T extends AbstractCooFieldMatrix<T,U, V, W>, U extends AbstractDenseFieldMatrix<U, ?, W>, V extends AbstractCooFieldVector<V, ?, T, U, W>, W extends Field<W>> A sparse matrix stored in coordinate list (COO) format.classAbstractCooFieldTensor<T extends AbstractCooFieldTensor<T,U, V>, U extends AbstractDenseFieldTensor<U, V>, V extends Field<V>> Base class for all sparseFieldtensors stored in coordinate list (COO) format.classAbstractCooFieldVector<T extends AbstractCooFieldVector<T,U, V, W, Y>, U extends AbstractDenseFieldVector<U, W, Y>, V extends AbstractCooFieldMatrix<V, W, T, Y>, W extends AbstractDenseFieldMatrix<W, U, Y>, Y extends Field<Y>> A sparse vector stored in coordinate list (COO) format.classAbstractCsrFieldMatrix<T extends AbstractCsrFieldMatrix<T,U, V, W>, U extends AbstractDenseFieldMatrix<U, ?, W>, V extends AbstractCooFieldVector<V, ?, ?, U, W>, W extends Field<W>> classAbstractDenseFieldMatrix<T extends AbstractDenseFieldMatrix<T,U, V>, U extends AbstractDenseFieldVector<U, T, V>, V extends Field<V>> classAbstractDenseFieldTensor<T extends AbstractDenseFieldTensor<T,V>, V extends Field<V>> The base class for all denseFieldtensors.classAbstractDenseFieldVector<T extends AbstractDenseFieldVector<T,U, V>, U extends AbstractDenseFieldMatrix<U, T, V>, V extends Field<V>> The base class for all dense vectors whose data areFieldelements. -
Uses of TensorOverField in org.flag4j.arrays.backend.primitive_arrays
Classes in org.flag4j.arrays.backend.primitive_arrays that implement TensorOverFieldModifier and TypeClassDescriptionclassAbstractDenseDoubleTensor<T extends AbstractDoubleTensor<T>>This is the base class of all real primitive double tensors.classAbstractDoubleTensor<T extends AbstractDoubleTensor<T>>This is the base class of all real primitive double tensors, matrices, or vectors. -
Uses of TensorOverField in org.flag4j.arrays.dense
Classes in org.flag4j.arrays.dense that implement TensorOverFieldModifier and TypeClassDescriptionclassInstances of this class represents a complex dense matrix backed by aComplex128array.classA dense complex tensor backed by an array ofComplex128's.classclassFieldMatrix<T extends Field<T>>Instances of this class represents a dense matrix backed by aFieldarray.classFieldTensor<T extends Field<T>>Instances of this class represent a dense tensor backed by aFieldarray.classFieldVector<T extends Field<T>>Instances of this class represents a dense vector backed by aFieldarray.classInstances of this class represents a complex dense matrix backed by adouble[]array.classA real dense tensor backed by a primitive double array.classA dense vector backed by a primitive double array. -
Uses of TensorOverField in org.flag4j.arrays.sparse
Classes in org.flag4j.arrays.sparse that implement TensorOverFieldModifier and TypeClassDescriptionclassA complex sparse matrix stored in coordinate list (COO) format.classSparse complex tensor stored in coordinate list (COO) format.classA complex sparse vector stored in coordinate list (COO) format.classCooFieldMatrix<T extends Field<T>>Instances of this class represent a sparse matrix whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedFieldtype.classCooFieldTensor<T extends Field<T>>Represents a sparse tensor whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedFieldtype.classCooFieldVector<T extends Field<T>>Represents a sparse vector whose non-zero elements are stored in Coordinate List (COO) format, with all data elements belonging to a specifiedFieldtype.classA real sparse matrix stored in coordinate list (COO) format.classA real sparse tensor stored in coordinate list (COO) format.classA real sparse vector stored in coordinate list (COO) format.classInstances of this class represent a complex sparse matrix using the compressed sparse row (CSR) format.classCsrFieldMatrix<T extends Field<T>>Instances of this class represent a sparse matrix using the compressed sparse row (CSR) format where all data elements belonging to a specifiedFieldtype.classInstances of this class represent a real sparse matrix using the compressed sparse row (CSR) format.