org.matheclipse.core.expression
Class Vector
- java.lang.Object
-
- org.matheclipse.core.expression.ASTDelegate
-
- org.matheclipse.core.expression.Vector
-
public class Vector extends ASTDelegate
-
-
Constructor Summary
Constructors Constructor and Description Vector(AST ast)Vector(int size)Vector(int[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)inthashCode()Vectorminus(Vector that)Vectormultiply(Vector that)Vectorplus(Vector that)Vectorpower(java.lang.Integer n)-
Methods inherited from class org.matheclipse.core.expression.ASTDelegate
getAST, getAt, getRows, size, toFullForm, toString
-
-
-
-
Constructor Detail
-
Vector
public Vector(AST ast)
-
Vector
public Vector(int size)
-
Vector
public Vector(int[] values)
-
-
Method Detail
-
power
public Vector power(java.lang.Integer n)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG