CMat.CreZer Method

Liquid Quantum Simulator

CMatCreZer Method
Creates an array filled with zeros that can be filled in and passed to the array-based CMat constructor.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member CreZer : 
        lenR : int * 
        lenC : int -> float[][] 

Parameters

lenR
Type: SystemInt32
The number of rows
lenC
Type: SystemInt32
The number of columns

Return Value

Type: Double
The new array
See Also