?? overview.html
字號(hào):
<HTML><HEAD><TITLE>Newmat09 - overview</TITLE></HEAD><BODY><H2>Overview</H2><A HREF="make.html"> next</A> - <A HREF="make.html"> skip</A> - <A HREF="starting.html"> up</A> - <A HREF="index.html"> start</A><P>I use .h as the suffix of definition files and .cpp as the suffix ofC++ source files.<P>You will need to compile all the *.cpp files listed as program files in the<A HREF="files.html">files section</A>to get the complete package.Ideally you should store theresulting object files as a library.The tmt*.cpp files areused for <A HREF="testing.html">testing</A>,example.cpp is an <A HREF="example.html">example</A> and sl_ex.cpp,nl_ex.cpp and garch.cpp are examples of the<A HREF="nonlin.html">non-linear</A> solve andoptimisation routines. A demonstration of the exception mechanism isin test_exc.cpp.<P>I include a number of <I>make</I> files for compiling the example and the testpackage. See the section on <A HREF="make.html">make files</A> for details.But with the PC compilers, its pretty quickjust to load all the files in the interactive environments by pointingand clicking.<P>Use the large or win32 console model when you are using a PC. Do not <I>outline</I>inline functions. You may need to increase the stack size.<P>Your source files that access the newmat will need to #include one ormore of the following files.<DL><DT>include.h:<DD>if you want to access just the compiler options<DT>newmat.h:<DD>to access just the main matrix library (includes include.h)<DT>newmatap.h:<DD>to access the advanced matrix routines such as Choleskydecomposition, QR triangularisation etc (includes newmat.h)<DT>newmatio.h:<DD>to access the output routines (includes newmat.h)You can use this only with compilers that support the standard input/outputroutines includingmanipulators.<DT>newmatnl.h:<DD>to access the non-linear optimisation routines (includes newmat.h)</DL><P> See the section on <A HREF="custom.html">customising</A>to see how to edit include.h foryour environment and the section on <A HREF="compiler.html">compilers</A>for any special problems with the compiler you are using.<P><A HREF="make.html"> next</A> - <A HREF="make.html"> skip</A> - <A HREF="starting.html"> up</A> - <A HREF="index.html"> start</A><P></BODY></HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -