readme

来自「SuperLU is a general purpose library for」· 代码 · 共 21 行

TXT
21
字号
This directory contains the following Matlab script files, which can be invoked in Matlab:    superlu.m      Supernodal LU factorization    lusolve.m      Solve linear systems by supernodal LU factorization    trysuperlu.m   Test the Matlab interface to SUPERLU    trylusolve.m   Test the Matlab interface to LUSOLVE    copyright.m    Complete copyright and licensing noticeSay HELP SUPERLU and HELP LUSOLVE to Matlab for details.--------| NOTE |--------    The Makefile is set up so that the MEX-files are compatible with Matlab    Version 5. For Version 4 compatibility, you need to change	FLAGS   = -O -DV5    to	FLAGS	= -O -V4    in Makefile.

⌨️ 快捷键说明

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