Documentation
Dlang.org
assertAllClose
grain
testing
assert tensor elements are all close
void
assertAllClose
(
T1
T2
string
file
= __FILE__
size_t
line
= __LINE__
string
func
= __FUNCTION__
)
(
T1
actual
,
T2
desired
,
string
msg
= ""
,
double
rtol
= 1e-7
,
double
atol
= 0
)
Meta
Source
See Implementation
grain
testing
functions
assertAllClose
assertEqual
assert tensor elements are all close