Changeset 8901 in ntrip for trunk/BNC/newmat/newmat.pro


Ignore:
Timestamp:
Mar 18, 2020, 11:06:13 AM (4 years ago)
Author:
stuerze
Message:

upgrade to newmat11 library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/newmat/newmat.pro

    r5182 r8901  
    1010MOC_DIR     = .moc
    1111
    12 HEADERS += controlw.h include.h myexcept.h  \
    13            newmatap.h newmat.h newmatio.h   \
    14            newmatrc.h newmatrm.h precisio.h
     12HEADERS += boolean.h controlw.h include.h myexcept.h  \
     13           newmatap.h newmat.h newmatio.h newmatnl.h  \
     14           newmatrc.h newmatrm.h precisio.h solution.h
    1515
    16 SOURCES += bandmat.cpp cholesky.cpp evalue.cpp  \
    17            fft.cpp hholder.cpp jacobi.cpp       \
    18            myexcept.cpp newfft.cpp newmat1.cpp  \
    19            newmat2.cpp newmat3.cpp newmat4.cpp  \
    20            newmat5.cpp newmat6.cpp newmat7.cpp  \
    21            newmat8.cpp newmat9.cpp newmatex.cpp \
    22            newmatrm.cpp nm_misc.cpp sort.cpp    \
    23            submat.cpp svd.cpp
     16SOURCES += bandmat.cpp cholesky.cpp evalue.cpp     \
     17           fft.cpp hholder.cpp jacobi.cpp          \
     18           myexcept.cpp newfft.cpp newmat1.cpp     \
     19           newmat2.cpp newmat3.cpp newmat4.cpp     \
     20           newmat5.cpp newmat6.cpp newmat7.cpp     \
     21           newmat8.cpp newmat9.cpp newmatex.cpp    \
     22           newmatrm.cpp newmatnl.cpp nm_misc.cpp   \
     23           sort.cpp submat.cpp svd.cpp solution.cpp
    2424
Note: See TracChangeset for help on using the changeset viewer.