kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.nd
/
StructureND
/
Companion
/
contentEquals
content
Equals
@
PerformancePitfall
fun
<
T
:
Any
>
contentEquals
(
st1
:
StructureND
<
T
>
,
st2
:
StructureND
<
T
>
)
:
Boolean
Indicates whether some
StructureND
is equal to another one.
@
PerformancePitfall
fun
contentEquals
(
st1
:
StructureND
<
Double
>
,
st2
:
StructureND
<
Double
>
,
tolerance
:
Double
=
1.0E-11
)
:
Boolean