# init_array **Repository Path**: zoziha/init_array ## Basic Information - **Project Name**: init_array - **Description**: 📢 本仓库暂停维护,请使用 open-linalg 和 easy-math。 - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/fortran-stack/open-linalg - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-02 - **Last Updated**: 2022-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, numerical, numpy-like, fpm ## README # Initialize Arrays A collection of commonly used functions for initializing arrays for Fortran. *Suggestions and code contributions are welcome.* ```fortran use init_array_m, only: arange, diag, eye, linspace, randu, tri, tril, triu ``` ## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) ``` fpm run --example --list ``` ```toml [dependencies] init_array = { git = "https://gitee.com/zoziha/init_array.git" } ``` ## Reference - [fortran-lang/stdlib](https://github.com/fortran-lang/stdlib) - [fortran-fans/forlab](https://github.com/fortran-fans/forlab)