@Deprecated public class Matrix extends ASTDelegate
fAst| Constructor and Description |
|---|
Matrix(IAST ast,
int columns)
Deprecated.
|
Matrix(int[][] values)
Deprecated.
|
Matrix(int rows,
int columns)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected IAST |
createAST(int[][] values)
Deprecated.
|
protected IAST |
createAST(int rowSize,
int columnSize)
Deprecated.
Create a new AST matrix instance (i.e.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
IExpr |
getAt(int row,
int column)
Deprecated.
|
int |
getColumns()
Deprecated.
Get the number of columns in this matrix
|
int |
hashCode()
Deprecated.
|
Matrix |
minus(Matrix that)
Deprecated.
|
Matrix |
multiply(Matrix that)
Deprecated.
|
Matrix |
plus(Matrix that)
Deprecated.
|
Matrix |
power(java.lang.Integer n)
Deprecated.
|
IExpr |
setAt(int row,
int column,
IExpr value)
Deprecated.
Set the value at
row, column position. |
createAST, createAST, getAST, getAt, getRows, size, toFullForm, toString@Deprecated public Matrix(IAST ast, int columns)
ast - columns - @Deprecated
public Matrix(int rows,
int columns)
rows - columns - @Deprecated public Matrix(int[][] values)
values - protected IAST createAST(int rowSize, int columnSize)
nullrowSize - the initial number of rows, which should be initializedcolumnSize - the initial number of columns, which should be assigned to nullprotected IAST createAST(int[][] values)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic IExpr getAt(int row, int column)
public IExpr setAt(int row, int column, IExpr value)
row, column position.row - column - value - public int getColumns()
public int hashCode()
hashCode in class java.lang.Objectpublic Matrix power(java.lang.Integer n)