colv {QuantumOps}R Documentation

colv

Description

Returns a column vector

Usage

colv(...)

Arguments

...

Variable number of numbers representing the values in the column vector

Value

Column vector containing input arguments

Examples

 colv(1,0,1,2)

[Package QuantumOps version 3.0.1 Index]