Type:
Class
The Vector
class represents a mathematical vector, which is
useful in its own right, and also constitutes a row or column of a Matrix.
Method Catalogue
To create a Vector:
-
::elements(array, copy = true)
To access elements:
To enumerate the elements:
Vector arithmetic:
-
#*(x) “is matrix or number”
-
#+(v)
-
#-(v)
Vector functions:
Conversion to other data types:
String representations: