Package org.ejml.data
package org.ejml.data
-
ClassDescriptionDense matrix composed of boolean valuesInterface for all complex 64 bit floating point rectangular matrices.A generic abstract class for matrices whose data is stored in a single 1D array of floats.Dense matrix for complex numbers.Represents a complex number using 32-bit floating point numbers.Represents a complex number using 64-bit floating point numbers.
Complex_F32
number in polar notation.
z = r*(cos(θ) + i*sin(θ))
where r and θ are polar coordinate parametersComplex_F64
number in polar notation.
z = r*(cos(θ) + i*sin(θ))
where r and θ are polar coordinate parametersAn eigenpair is a set composed of an eigenvalue and an eigenvector.A double array which can have its size changedInterface for all 64F real matrices.Interface for a row-major matrix that uses a single array internally.Fixed sized vector with 2 elements.Fixed sized 2 by DMatrix2x2 matrix.Fixed sized vector with 3 elements.Fixed sized 3 by DMatrix3x3 matrix.Fixed sized vector with 4 elements.Fixed sized 4 by DMatrix4x4 matrix.Fixed sized vector with 5 elements.Fixed sized 5 by DMatrix5x5 matrix.Fixed sized vector with 6 elements.Fixed sized 6 by DMatrix6x6 matrix.A generic abstract class for matrices whose data is stored in a single 1D array of doubles.Interface which all fixed sized matrices must implementThis is a matrix iterator for traversing through a submatrix.A row-major block matrix declared on to one continuous array.DMatrixRMaj is a row matrix with real elements that are 64-bit floats.High level interface for sparse matrices double types.Value of an element in a sparse matrixCompressed Column (CC) sparse matrix format.A sparse matrix format that is designed to act as an intermediate step for other matrix types.Scalar value.Describes a rectangular submatrix inside of aDMatrixD1
.The row and column of an element in a MatrixAn eigenpair is a set composed of an eigenvalue and an eigenvector.A float array which can have its size changedInterface for all 64F real matrices.Interface for a row-major matrix that uses a single array internally.Fixed sized vector with 2 elements.Fixed sized 2 by FMatrix2x2 matrix.Fixed sized vector with 3 elements.Fixed sized 3 by FMatrix3x3 matrix.Fixed sized vector with 4 elements.Fixed sized 4 by FMatrix4x4 matrix.Fixed sized vector with 5 elements.Fixed sized 5 by FMatrix5x5 matrix.Fixed sized vector with 6 elements.Fixed sized 6 by FMatrix6x6 matrix.A generic abstract class for matrices whose data is stored in a single 1D array of floats.Interface which all fixed sized matrices must implementThis is a matrix iterator for traversing through a submatrix.A row-major block matrix declared on to one continuous array.FMatrixRMaj is a row matrix with real elements that are 32-bit floats.High level interface for sparse matrices float types.Value of an element in a sparse matrixCompressed Column (CC) sparse matrix format.A sparse matrix format that is designed to act as an intermediate step for other matrix types.Scalar value.Describes a rectangular submatrix inside of aFMatrixD1
.An integer array which can have its size changedScalar value.Base interface for all rectangular matricesHigh level interface for all sparse matricesSpecifies that type of data structure a matrix is encoded with.Matrix which can be reshapedThis exception is thrown if an operation can not be finished because the matrix is singular.Describes a rectangular submatrix.Interface for all complex 64 bit floating point rectangular matrices.A generic abstract class for matrices whose data is stored in a single 1D array of doubles.Dense matrix for complex numbers.