Add .is_finite()
, .has_inf()
, and .has_nan()
Pretty simple---does what the title says, and adds documentation and tests for all added members. These members work on any matrix or cube operation too.
Note that I did not write specific subview kernels to work on parts of objects; that would add too many different kernels and I will leave that work for later.