Reference index · List of Tcl commands

vector

Name

vector - Create a single row matrix parsing the string of values.

Synopsis

vector ?-gf gf? value

Description

Vector is a single row matrix.

Options

-gf gf

Galois field (Java reflection object), optional. Galois field, in which to create the vector. If the parameter is omitted, the field previously set by set_default_gf is used.

value

String. String of elements.

Returns

Matrix (Java reflection object).