Interface ExtendedMatrixProperties

    • Method Detail

      • rank

        int rank()
      • trace

        double trace()
      • det

        double det()
      • pdet

        double pdet()
      • isSPD

        boolean isSPD()
      • containsMissingValues

        boolean containsMissingValues()
      • doubleValue

        double doubleValue()
      • intValue

        int intValue()
      • longValue

        long longValue()
      • shortValue

        short shortValue()
      • byteValue

        byte byteValue()
      • booleanValue

        boolean booleanValue()
      • stringValue

        java.lang.String stringValue()
      • dateValue

        java.util.Date dateValue()
      • charValue

        char charValue()
      • bigIntegerValue

        java.math.BigInteger bigIntegerValue()
      • bigDecimalValue

        java.math.BigDecimal bigDecimalValue()
      • floatValue

        float floatValue()
      • getMinValue

        double getMinValue()
      • getMeanValue

        double getMeanValue()
      • getStdValue

        double getStdValue()
      • getMaxValue

        double getMaxValue()
      • getEuklideanValue

        double getEuklideanValue()
      • getValueSum

        double getValueSum()
      • getAbsoluteValueSum

        double getAbsoluteValueSum()
      • getAbsoluteValueMean

        double getAbsoluteValueMean()
      • getRMS

        double getRMS()
      • norm1

        double norm1()
      • norm2

        double norm2()
      • normF

        double normF()
      • normInf

        double normInf()
      • containsNull

        boolean containsNull()
      • containsBigDecimal

        boolean containsBigDecimal​(java.math.BigDecimal v)
      • containsBigInteger

        boolean containsBigInteger​(java.math.BigInteger v)
      • containsBoolean

        boolean containsBoolean​(boolean v)
      • containsByte

        boolean containsByte​(byte v)
      • containsChar

        boolean containsChar​(char v)
      • containsDate

        boolean containsDate​(java.util.Date v)
      • containsDouble

        boolean containsDouble​(double v)
      • containsFloat

        boolean containsFloat​(float v)
      • containsInt

        boolean containsInt​(int v)
      • containsLong

        boolean containsLong​(long v)
      • containsObject

        boolean containsObject​(java.lang.Object o)
      • containsShort

        boolean containsShort​(short v)
      • containsString

        boolean containsString​(java.lang.String s)