Changeset 263 for bdm/itpp_ext.h

Show
Ignore:
Timestamp:
02/09/09 23:11:35 (15 years ago)
Author:
smidl
Message:

UIArxDS test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/itpp_ext.h

    r180 r263  
    7676        bool qr ( const mat &A, mat &R ); 
    7777 
     78        //! reimplementation of matlab num2str 
     79        std::string num2str(double d); 
     80 
     81        //! reimplementation of matlabs num2str 
     82        std::string num2str(int i); 
    7883} 
    7984