7 #include "vnl/vnl_export.h" 33 #endif // vnl_error_h_ VNL_EXPORT void vnl_error_vector_index(const char *fcn, int index)
Raise exception for invalid index.
VNL_EXPORT void vnl_error_matrix_row_index(char const *fcn, int r)
Raise exception for invalid row index.
VNL_EXPORT void vnl_error_vector_va_arg(int n)
Raise exception for using class objects, or chars in (...).
VNL_EXPORT void vnl_error_vector_dimension(const char *fcn, int l1, int l2)
Raise exception for invalid dimension.
VNL_EXPORT void vnl_error_matrix_col_index(char const *fcn, int c)
Raise exception for invalid col index.
VNL_EXPORT void vnl_error_matrix_va_arg(int n)
Raise exception for using class objects, or chars in (...).
VNL_EXPORT void vnl_error_matrix_dimension(char const *fcn, int r1, int c1, int r2, int c2)
Raise exception for invalid dimensions.
VNL_EXPORT void vnl_error_matrix_nonsquare(char const *fcn)
Raise exception for a nonsquare matrix.