Uses of Package
org.flag4j.arrays.backend.primitive_arrays
Packages that use org.flag4j.arrays.backend.primitive_arrays
Package
Description
Provides implementations for dense tensors, matrices, and vectors.
Contains implementations for sparse tensors, matrices, and vectors.
General purpose linear algebra operations including condition number evaluations, eigenvalue/eigenvector computations, matrix
inversion, and subspace analysis.
General linear algebra operations.
-
Classes in org.flag4j.arrays.backend.primitive_arrays used by org.flag4j.arrays.backend.primitive_arraysClassDescriptionThis is the base class of all real primitive double tensors, matrices, or vectors.
-
Classes in org.flag4j.arrays.backend.primitive_arrays used by org.flag4j.arrays.denseClassDescriptionThis is the base class of all real primitive double tensors.This is the base class of all real primitive double tensors, matrices, or vectors.
-
Classes in org.flag4j.arrays.backend.primitive_arrays used by org.flag4j.arrays.sparseClassDescriptionThis is the base class of all real primitive double tensors, matrices, or vectors.
-
Classes in org.flag4j.arrays.backend.primitive_arrays used by org.flag4j.linalgClassDescriptionThis is the base class of all real primitive double tensors.
-
Classes in org.flag4j.arrays.backend.primitive_arrays used by org.flag4j.linalg.opsClassDescriptionThis is the base class of all real primitive double tensors, matrices, or vectors.