CSMatEquals Method (CSMat, FSharpOptionDouble) |
Determines whether this matrix is equal to another.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Equals :
m2 : CSMat *
tol : FSharpOption<float> -> bool
Parameters
- m2
- Type: Microsoft.Research.LiquidCSMat
The sparse matrix to compare to. - tol
- Type: Microsoft.FSharp.CoreFSharpOptionDouble
An optional tolerance for considering real or imaginary parts equal.
The default is Complex.Tol.
Return Value
Type:
Booleantrue if the matrices are equal, within the tolerance limit, or
false otherwise.
See Also