1ndex

来自「用于计算矩阵的特征值,及矩阵的其他运算.可以用与稀疏矩阵」· 代码 · 共 25 行

TXT
25
字号
This directory contains all source code of the TRLAN package.Makefile.gcc      - the gfortran makefile, a template for compiling the souce codeMakefile.intel    - the intel fortran makefiledsort2.f          - a simple sorting routinedstqrb.f          - a program copied from ARPACK to compute the                    eigenvalues and the last row of the eigenvectors of                    a tridiagonal matrixrestart.f90       - a file contain all restarting procedurestrl_comm_none.f90 - the same procedures as in trl_comm_mpi.f90 without                    actually calling MPI (it is used to be used on                    sequential machines.)trl_info.f90      - this file contains two modules one defines the                    TRL_INFO Fortran 90 derived type and the public                    interfaces of the pacakge (trl_interface)trlan.f90         - all subroutines with public interface are in this                    filetrlan77.f90       - the Fortran 77 wrapper for TRLAN (can be called                    from C)trlaux.f90        - some I/O functions and printing functions used in                    TRLANtrlcore.f90       - the bulk of the code that performs arithmetic                    operations

⌨️ 快捷键说明

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