This commit is contained in:
rdgarce
2023-08-13 16:00:34 +02:00
parent fa1af3ade8
commit 4b3127d84d
21 changed files with 87 additions and 896 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
# Lina, the nice-to-read linear algebra toolkit!
Lina (***Lin**ear **A**lgebra*) is a C library that implements common linear algebra operations with the aim to be nice to read!
Lina (***Lin**ear **A**lgebra*) is a C library that implements common linear algebra operations with the aim to be nice to read!
The performance branch focuses only on the core functionalities of lina and aims to produce faster and reliable routines.