Fix for the arg_check.is_float_matrix() function for rank-1 arrays.
The function failed on lists of Python values, for example a list of bools. An additional check has been added to make sure that the list elements are also lists.
Authored by: bugman 2012-05-30
Parent: [r16526]
Child: [r16528]