📄 readme
字号:
-*- text -*-// Copyright 1997-2000 University of Notre Dame.// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee//// This file is part of the Matrix Template Library//// You should have received a copy of the License Agreement for the// Matrix Template Library along with the software; see the// file LICENSE. If not, contact Office of Research, University of Notre// Dame, Notre Dame, IN 46556.//// Permission to modify the code and to distribute modified code is// granted, provided the text of this NOTICE is retained, a notice that// the code was modified is included with the above COPYRIGHT NOTICE and// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE// file is distributed with the modified code.//// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.// By way of example, but not limitation, Licensor MAKES NO// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS// OR OTHER RIGHTS.--------------------------------------------------------------- The Matrix Template Library Version 2.1I. Introduction===============The Matrix Template Library is a C++ class library for basic linearalgebra. The MTL is designed for high-performance while at the sametime taking advantage of the generic programming paradigm (ala theSTL) to allow much greater flexibility and breadth offunctionality. Many new and advanced programming techniques were usedin the construction of this library.The MTL is a low level library in the sense that the user must beconscious of the matrix type being used, and that all computationallyexpensive operations are explicit. The MTL is not a C++Matlab. Nevertheless, the interface is designed to be simple and easyto use.The matrix types provided include compressed sparse row/column,banded, packed, diagonal (and tridiagonal), envelope, array ofpointers, and of course dense matrices. All matrix types sharea common and easy to use interface.The algorithms consist of the traditional basic linear algebraroutines (from the BLAS level-1 to 3) which includes matrix and vectorarithmetic as well as operations such as backward substitution andnorm calculations.II. Compilers=============The Matrix Template Library has been tested (and passed)with the following compilers and architectures:Silicon Graphics----------------MIPSpro Compilers: Version 7.30KAI C++ 3.3fSolaris-------KAI C++ 3.4gg++ 2.95.2Linux-----KAI C++ 4.0g++ 2.96g++ 3.0.1 Macintosh---------Metrowerks CW Pro 5.0Windoze-------Visual C++ 6.0Metrowerks CW Pro 5.0The MTL will NOT compile yet with the following compilers, and thedegree of difficulty of the port has been noted.Compiler Difficulty of porting MTL-------------- ------------------------Intel C++ 4.0 Easy (perhaps already there)Solaris C++ 5.0 ImpossibleEven though I was able to port MTL to Visual C++ 6.0, it was stillreally difficult, so please complain to Microsoft about their lack ofstandards compliance, particularly with partial specialization.Compilers that are not noted above have not yet be investigated.III. Documentation==================The documentation resides in the /doc directory and is in html. Youcan also view the documentation at our web site:www.lsc.nd.edu/research/mtlThere are also a large number of examples in the /contrib/examplesdirectory.IV. Installation Procedure==========================See the file INSTALL in this directory.V. Contact Information=======================The Matrix Template Library is available at the main distribution site: http://www.lsc.nd.edu/research/mtlThis distribution includes: - Source code for the MTL (all header files /mtl) - A test suite (/test) - Some example code (/contrib/examples) - The doubledouble extended precision class (contrib/doubledouble)Bug reports should be sent to mtl@lsc.nd.edu.Questions, comments, suggestions, and requests for additionalinformation should also be directed to mtl@lsc.nd.edu.Send mail to majordomo@lsc.nd.edu and include a body of: subscribe mtl-announce
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -