Uses of Package
org.flag4j.arrays.dense
Packages that use org.flag4j.arrays.dense
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.
Provides implementations of matrix balancing for real and complex matrices.
Provides implementations of the Cholesky decomposition for real and complex matrices.
Provides implementations of the Hessenberg decomposition for real and complex matrices.
Provides implementations of the LU decomposition for real, complex, and field matrices.
Provides implementations of the QR decomposition for real and complex matrices.
Provides implementations of the Schur decomposition for real and complex matrices.
Provides implementations of the singular value decomposition for real and complex matrices.
Provides abstract classes useful for implementing real or complex matrix decompositions which proceed by unitary transformations.
General linear algebra operations.
Implementations of operations on complex dense array objects.
Implementations of operations on real dense array objects.
Implementations of operations between real array objects and
Field
dense array
objects.Implementations of operations on real sparse COO (coordinate) array objects.
Implementations of operations between real and complex sparse COO (coordinate) array objects.
Contains solvers which solve well determined linear tensor and matrix equations in an exact sense.
Contains solvers which solve well determined triangular linear matrix equations in an exact sense.
Solvers for under-, well-, or over-determined linear systems in a least-squares sense.
Utility classes for computing and applying matrix and vector transformations.
Pseudo-random generation of real/complex numbers, and arrays, vectors, matrices, and tensors.
-
Classes in org.flag4j.arrays.dense used by org.flag4j.arrays.backend.field_arrays
-
Classes in org.flag4j.arrays.dense used by org.flag4j.arrays.backend.primitive_arrays
-
Classes in org.flag4j.arrays.dense used by org.flag4j.arrays.backend.smart_visitorsClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a dense matrix backed by aField
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.Instances of this class represents a dense matrix backed by aRing
array.Instances of this class represents a dense matrix backed by aSemiring
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.arrays.denseClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.A dense complex tensor backed by an array ofComplex128
's.Instances of this class represents a dense matrix backed by aField
array.Instances of this class represent a dense tensor backed by aField
array.Instances of this class represents a dense vector backed by aField
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.Instances of this class represents a dense matrix backed by aRing
array.Instances of this class represent a dense tensor backed by aRing
array.Instances of this class represents a dense vector backed by aRing
array.Instances of this class represents a dense matrix backed by aSemiring
array.Instances of this class represent a dense tensor backed by aSemiring
array.Instances of this class represents a dense vector backed by aSemiring
array.A real dense tensor backed by a primitive double array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.arrays.sparseClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.A dense complex tensor backed by an array ofComplex128
's.Instances of this class represents a dense matrix backed by aField
array.Instances of this class represent a dense tensor backed by aField
array.Instances of this class represents a dense vector backed by aField
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.Instances of this class represents a dense matrix backed by aRing
array.Instances of this class represent a dense tensor backed by aRing
array.Instances of this class represents a dense vector backed by aRing
array.Instances of this class represents a dense matrix backed by aSemiring
array.Instances of this class represent a dense tensor backed by aSemiring
array.Instances of this class represents a dense vector backed by aSemiring
array.A real dense tensor backed by a primitive double array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalgClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.A dense complex tensor backed by an array ofComplex128
's.Instances of this class represents a complex dense matrix backed by adouble[]
array.A real dense tensor backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.decompositions.balanceClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.decompositions.cholClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.decompositions.hessClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.decompositions.luClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a dense matrix backed by aField
array.Instances of this class represents a complex dense matrix backed by adouble[]
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.decompositions.qrClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.decompositions.schurClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.decompositions.svdClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.decompositions.unitaryClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.opsClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense.complexClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense.real
-
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense.real_field_ops
-
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense_sparse.coo.real
-
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense_sparse.coo.real_complexClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.A dense complex tensor backed by an array ofComplex128
's.Instances of this class represents a complex dense matrix backed by adouble[]
array.A real dense tensor backed by a primitive double array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense_sparse.coo.real_field_ops
-
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense_sparse.csr.real
-
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense_sparse.csr.real_complexClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dense_sparse.csr.real_field_ops
-
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.dispatchClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.sparse.coo.real
-
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.sparse.coo.real_complexClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.sparse.csr.real
-
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.ops.sparse.csr.real_complexClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.solvers.exactClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.A dense complex tensor backed by an array ofComplex128
's.Instances of this class represents a complex dense matrix backed by adouble[]
array.A real dense tensor backed by a primitive double array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.solvers.exact.triangularClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.solvers.lstsqClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.linalg.transformationsClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.Instances of this class represents a complex dense matrix backed by adouble[]
array.A dense vector backed by a primitive double array. -
Classes in org.flag4j.arrays.dense used by org.flag4j.rngClassDescriptionInstances of this class represents a complex dense matrix backed by a
Complex128
array.A dense complex tensor backed by an array ofComplex128
's.Instances of this class represents a complex dense matrix backed by adouble[]
array.A real dense tensor backed by a primitive double array.A dense vector backed by a primitive double array.