Package org.ejml.data


package org.ejml.data
  • Class
    Description
    Dense matrix composed of boolean values
    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 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 parameters
    Complex_F64 number in polar notation.
    z = r*(cos(θ) + i*sin(θ))
    where r and θ are polar coordinate parameters
    An eigenpair is a set composed of an eigenvalue and an eigenvector.
    A double array which can have its size changed
    Interface 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 implement
    This 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 matrix
    Compressed 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 a DMatrixD1.
    The row and column of an element in a Matrix
    An eigenpair is a set composed of an eigenvalue and an eigenvector.
    A float array which can have its size changed
    Interface 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 implement
    This 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 matrix
    Compressed 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 a FMatrixD1.
    An integer array which can have its size changed
    Scalar value.
    Base interface for all rectangular matrices
    High level interface for all sparse matrices
    Specifies that type of data structure a matrix is encoded with.
    Matrix which can be reshaped
    This exception is thrown if an operation can not be finished because the matrix is singular.
    Submatrix<M extends Matrix>
    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.