00001 #ifndef APP_INVERSE_PARALLEL_H 00002 #define APP_INVERSE_PARALLEL_H 00003 00004 #include "ApproximateInverseOpt.hpp" 00005 #include "../../../include/uth_system.h" 00006 00007 Mat getApproximateInverseParallel(Mat Avv, int band, bool symmetric); 00008 00009 #endif