Bug fix for the lib.arg_check.is_float_matrix() function.
The check for a numpy.ndarray data structure type was incorrect so that lists of numpy arrays were failing in this function. Rank-2 arrays were not affected.
Authored by: bugman 2014-10-22
Parent: [r26338]
Child: [r26340]