Documentation of 'mikera.matrixx.impl.ATriangularMatrix' Java class
ATriangularMatrix
mikera.matrixx.impl

Class ATriangularMatrix

    • Method Detail

      • isFullyMutable

        public boolean isFullyMutable()
        Description copied from interface: INDArray
        If this method returns true, the INDArray is guaranteed to be fully mutable in all positions i.e. every position can store any valid double value
        Specified by:
        isFullyMutable in interface INDArray
        Specified by:
        isFullyMutable in class AMatrix
      • isMutable

        public boolean isMutable()
        Description copied from interface: INDArray
        Returns true if the INDArray is mutable (at least partially)
        Specified by:
        isMutable in interface INDArray
        Overrides:
        isMutable in class AMatrix
      • isPackedArray

        public boolean isPackedArray()
        Description copied from class: AArrayMatrix
        Returns true if the data array is fully packed by this matrix in row-major order
        Specified by:
        isPackedArray in class AArrayMatrix
        Returns:
      • getBand

        public abstract AVector getBand(int i)
        Description copied from class: AMatrix
        Gets a specific band of the matrix, as a view vector. The band is truncated at the edges of the matrix, i.e. it does not wrap around the matrix.
        Specified by:
        getBand in interface IMatrix
        Overrides:
        getBand in class AMatrix
        Returns:
      • determinant

        public double determinant()
        Description copied from class: AMatrix
        Calculates the determinant of the matrix.
        Overrides:
        determinant in class AMatrix
      • isZero

        public boolean isZero()
        Description copied from class: AMatrix
        Returns true if the matrix is the zero matrix (all components zero)
        Specified by:
        isZero in interface INDArray
        Overrides:
        isZero in class AMatrix

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.