2 #ifndef vnl_file_matrix_h_ 3 #define vnl_file_matrix_h_ 18 #include "vnl/vnl_export.h" 29 explicit operator bool ()
const 30 {
return (ok_)? true :
false; }
31 bool operator!()
const 38 #endif // vnl_file_matrix_h_ An ordinary mathematical matrix.
Class to load a matrix from a file.
An ordinary mathematical matrix.