BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
bc::oper::Approx_Equal Member List

This is the complete list of members for bc::oper::Approx_Equal, including all inherited members.

apply(Lv &&lv, Rv &&rv) -> decltype(std::abs(lv - rv)< .01)bc::oper::Approx_Equalinlinestatic
operator()(Lv &&lv, Rv &&rv) const -> decltype(apply(lv, rv))bc::oper::Approx_Equalinline