CMat.DumpML Method

Liquid Quantum Simulator

CMatDumpML Method
Dumps this matrix in Matlab format for debugging.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member DumpML : 
        f : FSharpOption<FSharpFunc<int, FSharpFunc<string, Unit>>> * 
        level : FSharpOption<int> * 
        prec : FSharpOption<int> -> unit 

Parameters

f
Type: Microsoft.FSharp.CoreFSharpOptionFSharpFuncInt32, FSharpFuncString, Unit
The optional output function to use. The default is showLogInd.
level
Type: Microsoft.FSharp.CoreFSharpOptionInt32
The optional indentation level. The default is 0.
prec
Type: Microsoft.FSharp.CoreFSharpOptionInt32
precision 0=low 1=normal 2=high 3=full (optional=1)
See Also