api / koma.extensions / allClose
allClose
@JvmName("allCloseDouble") fun
Matrix
<
Double
>.allClose(other:
Matrix
<
Double
>, rtol:
Double
= 1e-05, atol:
Double
= 1e-08):
Boolean
@JvmName("allCloseFloat") fun
Matrix
<
Float
>.allClose(other:
Matrix
<
Float
>, rtol:
Double
= 1e-05, atol:
Double
= 1e-08):
Boolean