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

📄 nm_m8.mak

📁 非常好用的用C编写的矩阵类,可在不同编译器下编译使用.
💻 MAK
字号:

conlibs = kernel32.lib

DIFF = sdiff
PRE =

.SUFFIXES: .cpp

.cpp.obj:
		cl -c -W3 -Ox  -EHsc $*.cpp

everything:    	tmt.exe example.exe nm_ex1.exe nm_ex2.exe test_exc.exe nl_ex.exe sl_ex.exe garch.exe 

newmat_lobj = newmat1.obj newmat2.obj newmat3.obj newmat4.obj newmat5.obj newmat6.obj newmat7.obj newmat8.obj newmatex.obj bandmat.obj submat.obj myexcept.obj cholesky.obj evalue.obj fft.obj hholder.obj jacobi.obj newfft.obj sort.obj svd.obj nm_misc.obj newmatrm.obj newmat9.obj

newmat.lib:    	$(newmat_lobj)
		lib -Out:$@ $(newmat_lobj)

tmt_obj = tmt.obj tmt1.obj tmt2.obj tmt3.obj tmt4.obj tmt5.obj tmt6.obj tmt7.obj tmt8.obj tmt9.obj tmta.obj tmtb.obj tmtc.obj tmtd.obj tmte.obj tmtf.obj tmtg.obj tmth.obj tmti.obj tmtj.obj tmtk.obj tmtl.obj tmtm.obj

tmt.exe:       	$(tmt_obj) newmat.lib
		link -Out:$@ $(conlibs) $(tmt_obj) newmat.lib

example_obj = example.obj

example.exe:   	$(example_obj) newmat.lib
		link -Out:$@ $(conlibs) $(example_obj) newmat.lib

nm_ex1_obj = nm_ex1.obj

nm_ex1.exe:    	$(nm_ex1_obj) newmat.lib
		link -Out:$@ $(conlibs) $(nm_ex1_obj) newmat.lib

nm_ex2_obj = nm_ex2.obj

nm_ex2.exe:    	$(nm_ex2_obj) newmat.lib
		link -Out:$@ $(conlibs) $(nm_ex2_obj) newmat.lib

test_exc_obj = test_exc.obj

test_exc.exe:  	$(test_exc_obj) newmat.lib
		link -Out:$@ $(conlibs) $(test_exc_obj) newmat.lib

nl_ex_obj = nl_ex.obj newmatnl.obj

nl_ex.exe:     	$(nl_ex_obj) newmat.lib
		link -Out:$@ $(conlibs) $(nl_ex_obj) newmat.lib

sl_ex_obj = sl_ex.obj solution.obj myexcept.obj

sl_ex.exe:     	$(sl_ex_obj)
		link -Out:$@ $(conlibs) $(sl_ex_obj)

garch_obj = garch.obj newmatnl.obj

garch.exe:     	$(garch_obj) newmat.lib
		link -Out:$@ $(conlibs) $(garch_obj) newmat.lib

newmat1.obj:   	newmat1.cpp newmat.h include.h myexcept.h

newmat2.obj:   	newmat2.cpp include.h newmat.h newmatrc.h myexcept.h controlw.h

newmat3.obj:   	newmat3.cpp include.h newmat.h newmatrc.h myexcept.h controlw.h

newmat4.obj:   	newmat4.cpp include.h newmat.h newmatrc.h myexcept.h controlw.h

newmat5.obj:   	newmat5.cpp include.h newmat.h newmatrc.h myexcept.h controlw.h

newmat6.obj:   	newmat6.cpp include.h newmat.h newmatrc.h myexcept.h controlw.h

newmat7.obj:   	newmat7.cpp include.h newmat.h newmatrc.h myexcept.h controlw.h

newmat8.obj:   	newmat8.cpp include.h newmat.h newmatrc.h precisio.h myexcept.h controlw.h

newmatex.obj:  	newmatex.cpp include.h newmat.h myexcept.h

bandmat.obj:   	bandmat.cpp include.h newmat.h newmatrc.h myexcept.h controlw.h

submat.obj:    	submat.cpp include.h newmat.h newmatrc.h myexcept.h controlw.h

myexcept.obj:  	myexcept.cpp include.h myexcept.h

cholesky.obj:  	cholesky.cpp include.h newmat.h newmatrm.h myexcept.h

evalue.obj:    	evalue.cpp include.h newmatap.h newmatrm.h precisio.h newmat.h myexcept.h

fft.obj:       	fft.cpp include.h newmatap.h newmat.h myexcept.h

hholder.obj:   	hholder.cpp include.h newmatap.h newmat.h myexcept.h

jacobi.obj:    	jacobi.cpp include.h newmatap.h precisio.h newmatrm.h newmat.h myexcept.h

newfft.obj:    	newfft.cpp newmatap.h newmat.h include.h myexcept.h

sort.obj:      	sort.cpp include.h newmatap.h newmat.h myexcept.h

svd.obj:       	svd.cpp include.h newmatap.h newmatrm.h precisio.h newmat.h myexcept.h

nm_misc.obj:   	nm_misc.cpp include.h newmatap.h newmat.h myexcept.h

newmatrm.obj:  	newmatrm.cpp newmat.h newmatrm.h include.h myexcept.h

newmat9.obj:   	newmat9.cpp include.h newmat.h newmatio.h newmatrc.h myexcept.h controlw.h

tmt.obj:       	tmt.cpp include.h newmat.h tmt.h myexcept.h

tmt1.obj:      	tmt1.cpp include.h newmat.h tmt.h myexcept.h

tmt2.obj:      	tmt2.cpp include.h newmat.h tmt.h myexcept.h

tmt3.obj:      	tmt3.cpp include.h newmat.h tmt.h myexcept.h

tmt4.obj:      	tmt4.cpp include.h newmat.h tmt.h myexcept.h

tmt5.obj:      	tmt5.cpp include.h newmat.h tmt.h myexcept.h

tmt6.obj:      	tmt6.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmt7.obj:      	tmt7.cpp include.h newmat.h tmt.h myexcept.h

tmt8.obj:      	tmt8.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmt9.obj:      	tmt9.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmta.obj:      	tmta.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmtb.obj:      	tmtb.cpp include.h newmat.h tmt.h myexcept.h

tmtc.obj:      	tmtc.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmtd.obj:      	tmtd.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmte.obj:      	tmte.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmtf.obj:      	tmtf.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmtg.obj:      	tmtg.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmth.obj:      	tmth.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmti.obj:      	tmti.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmtj.obj:      	tmtj.cpp include.h newmatap.h tmt.h newmat.h myexcept.h

tmtk.obj:      	tmtk.cpp include.h newmatap.h newmatio.h tmt.h newmat.h myexcept.h

tmtl.obj:      	tmtl.cpp newmat.h tmt.h include.h myexcept.h

tmtm.obj:      	tmtm.cpp newmat.h newmatio.h tmt.h include.h myexcept.h

example.obj:   	example.cpp newmatap.h newmatio.h newmat.h include.h myexcept.h

nm_ex1.obj:    	nm_ex1.cpp newmatap.h newmatio.h newmat.h include.h myexcept.h

nm_ex2.obj:    	nm_ex2.cpp newmatap.h newmatio.h newmat.h include.h myexcept.h

test_exc.obj:  	test_exc.cpp newmatap.h newmatio.h newmat.h include.h myexcept.h

nl_ex.obj:     	nl_ex.cpp newmatnl.h newmatio.h newmat.h include.h myexcept.h

newmatnl.obj:  	newmatnl.cpp newmatap.h newmatnl.h newmat.h include.h myexcept.h

sl_ex.obj:     	sl_ex.cpp include.h solution.h myexcept.h

solution.obj:  	solution.cpp include.h myexcept.h solution.h

garch.obj:     	garch.cpp newmatap.h newmatio.h newmatnl.h newmat.h include.h myexcept.h

tmt.txx:       	tmt.exe
		$(PRE)tmt > tmt.txx
		$(DIFF) tmt.txt tmt.txx

example.txx:   	example.exe
		$(PRE)example > example.txx
		$(DIFF) example.txt example.txx

nm_ex1.txx:    	nm_ex1.exe
		$(PRE)nm_ex1 > nm_ex1.txx
		$(DIFF) nm_ex1.txt nm_ex1.txx

nm_ex2.txx:    	nm_ex2.exe
		$(PRE)nm_ex2 > nm_ex2.txx
		$(DIFF) nm_ex2.txt nm_ex2.txx

test_exc.txx:  	test_exc.exe
		$(PRE)test_exc > test_exc.txx
		$(DIFF) test_exc.txt test_exc.txx

nl_ex.txx:     	nl_ex.exe
		$(PRE)nl_ex > nl_ex.txx
		$(DIFF) nl_ex.txt nl_ex.txx

sl_ex.txx:     	sl_ex.exe
		$(PRE)sl_ex > sl_ex.txx
		$(DIFF) sl_ex.txt sl_ex.txx

garch.txx:     	garch.exe
		$(PRE)garch > garch.txx
		$(DIFF) garch.txt garch.txx

⌨️ 快捷键说明

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