Module validation_functions
Source - is_column_vector
- Tests whether the input is a column vector
- is_float_list
- Tests whether the input in a simple list array composed of floating point values.
- is_int_list
- Tests whether the input in a simple list array composed of integer values.
- is_list
- Tests whether the input in a simple list array
- is_matrix
- Tests whether the input is a matrix
- is_numeric_array
- Determines if the entire array is numeric (ints or floats).
- is_numeric_list
- Tests whether the input in a simple list array composed of either floating point or integer values.
- is_row_vector
- Tests whether the input is a row vector