CSMat.Equals Method (CSMat, FSharpOption<Double>) |
Determines whether this matrix is equal to another.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntaxmember Equals :
m2 : CSMat *
tol : FSharpOption<float> -> bool
Parameters
- m2
- Type: Microsoft.Research.Liquid.CSMat
The sparse matrix to compare to. - tol
- Type: Microsoft.FSharp.Core.FSharpOption<Double>
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