efficien.html

来自「矩阵算法库newmat10.tar.gz的帮助文件」· HTML 代码 · 共 24 行

HTML
24
字号
<HTML><HEAD><TITLE>Newmat09 - efficiency</TITLE></HEAD><BODY><H2>Efficiency</H2><A HREF="output.html">  next</A> - <A HREF="output.html">  skip</A> - <A HREF="refer.html">  up</A> - <A HREF="index.html">  start</A><P>The package tends to be not very efficient for dealing with matriceswith short rows. This is because some administration is required foraccessing rows for a variety of types of matrices. To reduce theadministration a special multiply routine is used for rectangularmatrices in place of the generic one. Where operations can be donewithout reference to the individual rows (such as adding matrices of thesame type) appropriate routines are used.<P>When you are using small matrices (say smaller than 10 x 10) you mayfind it faster to use rectangular matrices rather than thetriangular or symmetric ones.</BODY></HTML>

⌨️ 快捷键说明

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