25 #ifndef WOSSIMHELPER_H
26 #define WOSSIMHELPER_H
33 #include <matrix/newmat.h>
36 #include <boost/shared_ptr.hpp>
48 static boost::shared_ptr< NEWMAT::Matrix > OWMatrixToOSSIMMatrix(
const WMatrix< double > &input );
50 static WMatrix< double > OSSIMDiagonalMatrixToOWMatrix(
const NEWMAT::DiagonalMatrix& input );
51 static WValue< double > OSSIMDiagonalMatrixToOWVector(
const NEWMAT::DiagonalMatrix& input );
63 #endif // OW_USE_OSSIM
65 #endif // WOSSIMHELPER_H