# forlab **Repository Path**: fortran-stack/forlab ## Basic Information - **Project Name**: forlab - **Description**: Fortran 通用科学计算库 - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-13 - **Last Updated**: 2022-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran ## README # FORLAB VERSION 2.0 ```toml [dependencies] forlab = { git = "https://gitee.com/zoziha/forlab" } ``` Fortran 内置函数已经十分强大了,特别是对数组的操作;但对于通用科学计算,尚有不足,本库对通用科学计算函数进行了部分增强。 此外还有这几个通用编程库值得使用,且它们是纯净无依赖的: - [jacobwilliams / argv-fortran](https://gitee.com/fortran-base/argv-fortran) - [awvwgk / fortty](https://gitee.com/fortran-base/fortty) - [zoziha / stdlib_logger](https://gitee.com/zoziha/stdlib_logger) 此外,一些数据库读写、专用优化算法等,可在此链接获取: - [gitee / fortran-base](https://gitee.com/fortran-base)