Regenerate README, undo workflows changes

This commit is contained in:
Iaroslav Postovalov 2021-02-18 19:39:25 +07:00
parent 48545bae23
commit 69cdfc9500
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7
3 changed files with 0 additions and 22 deletions

View File

@ -14,10 +14,6 @@ jobs:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Install libgsl-dev
run: |
sudo apt update
sudo apt install -y libgsl-dev gcc-multilib
- name: Install Chrome
run: |
sudo apt install -y libappindicator1 fonts-liberation
@ -55,8 +51,6 @@ jobs:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Install gsl
run: brew install gsl
- name: Cache gradle
uses: actions/cache@v2
with:

View File

@ -17,10 +17,6 @@ jobs:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Install libgsl-dev
run: |
sudo apt update
sudo apt install -y libgsl-dev gcc-multilib
- name: Install Chrome
run: |
sudo apt install -y libappindicator1 fonts-liberation
@ -60,8 +56,6 @@ jobs:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Install gsl
run: brew install gsl
- name: Cache gradle
uses: actions/cache@v2
with:

View File

@ -184,16 +184,6 @@ One can still use generic algebras though.
> **Maturity**: PROTOTYPE
<hr/>
* ### [kmath-gsl](kmath-gsl)
> Linear Algebra classes implemented with GNU Scientific Library
>
> **Maturity**: PROTOTYPE
>
> **Features:**
> - [matrix-contexts](kmath-gsl/src/nativeMain/kotlin/kscience/kmath/gsl/GslMatrixContext.kt) : Matrix Contexts over Double, Float and Complex implemented with GSL
<hr/>
* ### [kmath-histograms](kmath-histograms)
>
>