Documentation of 'org.matheclipse.core.expression.Matrix' Java class
Matrix
org.matheclipse.core.expression

Class Matrix

    • Constructor Detail

      • Matrix

        public Matrix(IAST ast,
                      int columns)
      • Matrix

        public Matrix(int rows,
                      int columns)
      • Matrix

        public Matrix(int[][] values)
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getAt

        public IExpr getAt(int row,
                           int column)
      • setAt

        public IExpr setAt(int row,
                           int column,
                           IExpr value)
        Set the value at row, column position.
        Parameters:
        row -
        column -
        value -
        Returns:
      • getColumns

        public int getColumns()
        Get the number of columns in this matrix
        Returns:
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • power

        public Matrix power(java.lang.Integer n)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.