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

📄 error.html

📁 矩阵算法库newmat10.tar.gz的帮助文件
💻 HTML
字号:
<HTML><HEAD><TITLE>Newmat09 - error messages</TITLE></HEAD><BODY><H2>Error messages</H2><A HREF="bugs.html">  next</A> - <A HREF="bugs.html">  skip</A> - <A HREF="index.html">  up</A> - <A HREF="index.html">  start</A><P>Most error messages are self-explanatory. The message gives the size ofthe matrices involved.Matrix types are referred to by the following codes:<PRE>   Matrix or vector                   Rect   Symmetric matrix                   Sym   Band matrix                        Band   Symmetric band matrix              SmBnd   Lower triangular matrix            LT   Lower triangular band matrix       LwBnd   Upper triangular matrix            UT   Upper triangular band matrix       UpBnd   Diagonal matrix                    Diag   Crout matrix (LU matrix)           Crout   Band LU matrix                     BndLU</PRE>Other codes should not occur.<P>See the section on<A HREF="except.html">exceptions</A> for more details on the structure ofthe exception classes.<P>I have defined a class Tracer that is intended to help locate the placewhere an error has occurred. At the beginning of a function I suggestyou include a statement like<PRE>   Tracer tr("name");</PRE>where name is the name of the function. This name will be printed aspart of the error message, if an exception occurs in that function, orin a function called from that function. You can change the name as youproceed through a function with the ReName function<PRE>   tr.ReName("new name");</PRE>if, for example, you want to track progress through the function.<P><A HREF="bugs.html">  next</A> - <A HREF="bugs.html">  skip</A> - <A HREF="index.html">  up</A> - <A HREF="index.html">  start</A><P></BODY></HTML>

⌨️ 快捷键说明

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