The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CVec Constructor (UInt64, Boolean) |
Creates a new vector filled with zeroes.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
new : _len : uint64 * force : bool -> CVec
Parameters
- _len
- Type: SystemUInt64
The length of the vector - force
- Type: SystemBoolean
Option to force complete (non-sparse) allocation of the vector. The default to false, which leaves the vector sparse.
