Uses of Class
org.episteme.core.mathematics.linearalgebra.matrices.DenseMatrix
Packages that use DenseMatrix
Package
Description
Provides the
module.
invalid reference
org.episteme.core.ml.mathml
-
Uses of DenseMatrix in org.episteme.core.mathematics.loaders.mathml
Methods in org.episteme.core.mathematics.loaders.mathml with parameters of type DenseMatrixModifier and TypeMethodDescriptionMathMLDocumentEpistemeImpl.createComplexMatrix(DenseMatrix<Complex> m) MathMLDocumentEpistemeImpl.createIntegerMatrix(DenseMatrix<Integer> m) -
Uses of DenseMatrix in org.episteme.core.mathematics.topology.metrics
Methods in org.episteme.core.mathematics.topology.metrics that return DenseMatrixModifier and TypeMethodDescriptionMahalanobisMetric.getCovarianceInverse()Returns the inverse covariance matrix.Constructors in org.episteme.core.mathematics.topology.metrics with parameters of type DenseMatrixModifierConstructorDescriptionMahalanobisMetric(DenseMatrix<Real> covariance) Creates a Mahalanobis metric with the given covariance matrix. -
Uses of DenseMatrix in org.episteme.natural.physics.quantum
Methods in org.episteme.natural.physics.quantum that return DenseMatrixModifier and TypeMethodDescriptionDensityMatrix.getMatrix()QuantumGate.getMatrix()static DenseMatrix<Complex> QuantumTensorProduct.kronecker(DenseMatrix<Complex> A, DenseMatrix<Complex> B) Computes the tensor (Kronecker) product of two matrices.Methods in org.episteme.natural.physics.quantum with parameters of type DenseMatrixModifier and TypeMethodDescriptionstatic DenseMatrix<Complex> QuantumTensorProduct.kronecker(DenseMatrix<Complex> A, DenseMatrix<Complex> B) Computes the tensor (Kronecker) product of two matrices.Constructors in org.episteme.natural.physics.quantum with parameters of type DenseMatrixModifierConstructorDescriptionDensityMatrix(DenseMatrix<Complex> matrix) QuantumGate(DenseMatrix<Complex> matrix)