readme
来自「ARPACK is a collection of Fortran77 subr」· 代码 · 共 35 行
TXT
35 行
This is the arpack++/examples/harwell/complex directory.1) Examples included in this directory: This directory contains examples intended to show how to use ARPACK++ to solve complex eigenvalue problems from the MatrixMarket/data/NEP collection (Z. Bai, D. Day, J. Demmel and J. Dongarra). file Description ----------- -------------------------------------------------- hcompstd.cc In this example a standard eigenvalue problem is solved using the regular or the shift and invert mode. hcompgen.cc In this example a generalized eigenvalue problem is solved in regular or shift and invert mode.2) Compiling the examples: To compile and link all the above mentioned programs you just have to type "make all". Each example can also be compiled separately by using a specific command, such as "make hcompgen". Because the examples that use invert modes require the solution of some linear systems, the SuperLU library must be installed prior to compiling both programs.3) Running the examples: A brief explanation on how to correctly run a program is given by just typing its name ("hcompgen", for example).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?