Uses of Package
org.flag4j.arrays.backend.field_arrays
Packages that use org.flag4j.arrays.backend.field_arrays
Package
Description
Provides implementations for dense tensors, matrices, and vectors.
Contains implementations for sparse tensors, matrices, and vectors.
-
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.arrays.backend.field_arraysClassDescriptionA sparse matrix stored in coordinate list (COO) format.Base class for all sparse
Field
tensors stored in coordinate list (COO) format.A sparse vector stored in coordinate list (COO) format.The base class for all denseField
tensors.The base class for all dense vectors whose data areField
elements.This interface provides default functionality for all tensors whose data are elements of aField
.This interface specifies methods which any tensor whose data are elements of a field should implement. -
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.arrays.backend.primitive_arraysClassDescriptionThis interface specifies methods which any tensor whose data are elements of a field should implement.
-
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.arrays.denseClassDescriptionThe base class for all dense
Field
tensors.The base class for all dense vectors whose data areField
elements.This interface provides default functionality for all tensors whose data are elements of aField
.This interface specifies methods which any tensor whose data are elements of a field should implement. -
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.arrays.sparseClassDescriptionA sparse matrix stored in coordinate list (COO) format.Base class for all sparse
Field
tensors stored in coordinate list (COO) format.A sparse vector stored in coordinate list (COO) format.This interface provides default functionality for all tensors whose data are elements of aField
.This interface specifies methods which any tensor whose data are elements of a field should implement. -
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.linalg.ops.dense.field_ops
-
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.linalg.ops.dense.real_field_ops
-
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.linalg.ops.dense_sparse.coo.field_opsClassDescriptionA sparse matrix stored in coordinate list (COO) format.Base class for all sparse
Field
tensors stored in coordinate list (COO) format.A sparse vector stored in coordinate list (COO) format.The base class for all denseField
tensors.The base class for all dense vectors whose data areField
elements. -
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.linalg.ops.dense_sparse.coo.real_field_opsClassDescriptionA sparse matrix stored in coordinate list (COO) format.Base class for all sparse
Field
tensors stored in coordinate list (COO) format.A sparse vector stored in coordinate list (COO) format.The base class for all denseField
tensors.The base class for all dense vectors whose data areField
elements. -
-
Classes in org.flag4j.arrays.backend.field_arrays used by org.flag4j.linalg.ops.dense_sparse.csr.real_field_ops