⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nm_cc.mak

📁 matrix library for linux and windos
💻 MAK
字号:
CXX = CCCXXFLAGS = -O2DIFF = ./sdiffPRE = ./.SUFFIXES:.SUFFIXES: .a .o .c .cpp.cpp.o:		rm -f $*.cxx		ln $*.cpp $*.cxx  		$(CXX) $(CXXFLAGS) -c $*.cxx		rm $*.cxx  everything:    	tmt example test_exc nl_ex sl_ex garch newmat_lobj = newmat1.o newmat2.o newmat3.o newmat4.o newmat5.o newmat6.o newmat7.o newmat8.o newmatex.o bandmat.o submat.o myexcept.o cholesky.o evalue.o fft.o hholder.o jacobi.o newfft.o sort.o svd.o newmatrm.o newmat9.olibnewmat.a:   	$(newmat_lobj)		$(AR) -cr $@ $(newmat_lobj)		ranlib $@tmt_obj = tmt.o tmt1.o tmt2.o tmt3.o tmt4.o tmt5.o tmt6.o tmt7.o tmt8.o tmt9.o tmta.o tmtb.o tmtc.o tmtd.o tmte.o tmtf.o tmtg.o tmth.o tmti.o tmtj.o tmtk.o tmtl.o tmtm.otmt:           	$(tmt_obj) libnewmat.a		$(CXX) -o $@ $(tmt_obj) -L. -lnewmat -lmexample_obj = example.oexample:       	$(example_obj) libnewmat.a		$(CXX) -o $@ $(example_obj) -L. -lnewmat -lmtest_exc_obj = test_exc.otest_exc:      	$(test_exc_obj) libnewmat.a		$(CXX) -o $@ $(test_exc_obj) -L. -lnewmat -lmnl_ex_obj = nl_ex.o newmatnl.onl_ex:         	$(nl_ex_obj) libnewmat.a		$(CXX) -o $@ $(nl_ex_obj) -L. -lnewmat -lmsl_ex_obj = sl_ex.o solution.o myexcept.osl_ex:         	$(sl_ex_obj)		$(CXX) -o $@ $(sl_ex_obj) -L. -lmgarch_obj = garch.o newmatnl.ogarch:         	$(garch_obj) libnewmat.a		$(CXX) -o $@ $(garch_obj) -L. -lnewmat -lmnewmat1.o:     	newmat1.cpp newmat.h include.h boolean.h myexcept.hnewmat2.o:     	newmat2.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.hnewmat3.o:     	newmat3.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.hnewmat4.o:     	newmat4.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.hnewmat5.o:     	newmat5.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.hnewmat6.o:     	newmat6.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.hnewmat7.o:     	newmat7.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.hnewmat8.o:     	newmat8.cpp include.h newmat.h newmatrc.h precisio.h boolean.h myexcept.h controlw.hnewmatex.o:    	newmatex.cpp include.h newmat.h boolean.h myexcept.hbandmat.o:     	bandmat.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.hsubmat.o:      	submat.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.hmyexcept.o:    	myexcept.cpp include.h myexcept.hcholesky.o:    	cholesky.cpp include.h newmat.h boolean.h myexcept.hevalue.o:      	evalue.cpp include.h newmatap.h newmatrm.h precisio.h newmat.h boolean.h myexcept.hfft.o:         	fft.cpp include.h newmatap.h newmat.h boolean.h myexcept.hhholder.o:     	hholder.cpp include.h newmatap.h newmat.h boolean.h myexcept.hjacobi.o:      	jacobi.cpp include.h newmatap.h precisio.h newmatrm.h newmat.h boolean.h myexcept.hnewfft.o:      	newfft.cpp newmatap.h newmat.h include.h boolean.h myexcept.hsort.o:        	sort.cpp include.h newmatap.h newmat.h boolean.h myexcept.hsvd.o:         	svd.cpp include.h newmatap.h newmatrm.h precisio.h newmat.h boolean.h myexcept.hnewmatrm.o:    	newmatrm.cpp newmat.h newmatrm.h include.h boolean.h myexcept.hnewmat9.o:     	newmat9.cpp include.h newmat.h newmatio.h newmatrc.h boolean.h myexcept.h controlw.htmt.o:         	tmt.cpp include.h newmat.h tmt.h boolean.h myexcept.htmt1.o:        	tmt1.cpp include.h newmat.h tmt.h boolean.h myexcept.htmt2.o:        	tmt2.cpp include.h newmat.h tmt.h boolean.h myexcept.htmt3.o:        	tmt3.cpp include.h newmat.h tmt.h boolean.h myexcept.htmt4.o:        	tmt4.cpp include.h newmat.h tmt.h boolean.h myexcept.htmt5.o:        	tmt5.cpp include.h newmat.h tmt.h boolean.h myexcept.htmt6.o:        	tmt6.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmt7.o:        	tmt7.cpp include.h newmat.h tmt.h boolean.h myexcept.htmt8.o:        	tmt8.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmt9.o:        	tmt9.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmta.o:        	tmta.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmtb.o:        	tmtb.cpp include.h newmat.h tmt.h boolean.h myexcept.htmtc.o:        	tmtc.cpp include.h newmat.h tmt.h boolean.h myexcept.htmtd.o:        	tmtd.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmte.o:        	tmte.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmtf.o:        	tmtf.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmtg.o:        	tmtg.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmth.o:        	tmth.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmti.o:        	tmti.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmtj.o:        	tmtj.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.htmtk.o:        	tmtk.cpp include.h newmatap.h newmatio.h tmt.h newmat.h boolean.h myexcept.htmtl.o:        	tmtl.cpp newmat.h tmt.h include.h boolean.h myexcept.htmtm.o:        	tmtm.cpp newmat.h tmt.h include.h boolean.h myexcept.hexample.o:     	example.cpp newmatap.h newmatio.h newmat.h include.h boolean.h myexcept.htest_exc.o:    	test_exc.cpp newmatap.h newmatio.h newmat.h include.h boolean.h myexcept.hnl_ex.o:       	nl_ex.cpp newmatnl.h newmatio.h newmat.h include.h boolean.h myexcept.hnewmatnl.o:    	newmatnl.cpp newmatap.h newmatnl.h newmat.h include.h boolean.h myexcept.hsl_ex.o:       	sl_ex.cpp include.h solution.h boolean.h myexcept.hsolution.o:    	solution.cpp include.h boolean.h myexcept.h solution.hgarch.o:       	garch.cpp newmatap.h newmatio.h newmatnl.h newmat.h include.h boolean.h myexcept.htmt.txx:       	tmt		$(PRE)tmt > tmt.txx		$(DIFF) tmt.txt tmt.txxexample.txx:   	example		$(PRE)example > example.txx		$(DIFF) example.txt example.txxtest_exc.txx:  	test_exc		$(PRE)test_exc > test_exc.txx		$(DIFF) test_exc.txt test_exc.txxnl_ex.txx:     	nl_ex		$(PRE)nl_ex > nl_ex.txx		$(DIFF) nl_ex.txt nl_ex.txxsl_ex.txx:     	sl_ex		$(PRE)sl_ex > sl_ex.txx		$(DIFF) sl_ex.txt sl_ex.txxgarch.txx:     	garch		$(PRE)garch > garch.txx		$(DIFF) garch.txt garch.txx

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -