neat-matrix-library
neat-matrix-library | Code-Finds-Determinant-of-a-Array-in-C | |
---|---|---|
7 | 6 | |
89 | 1 | |
- | - | |
2.2 | 0.0 | |
4 months ago | over 3 years ago | |
C | C | |
Apache License 2.0 | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
neat-matrix-library
-
Quick question: Care e faza cu a fi crab?
Cu C mă joc că hobby: * https://github.com/nomemory/neat-matrix-library
- On writing your own linear algebra matrix library in C (follow-up article with explanations after submitting the github library a while back)
-
As a hobbyist, I've written my own matrices library in C
I am a math hobbyist, and I wanted to work on my linear algebra knowledge. So I've decided to implement some of the most common algorithms from the CS curricula.
After some work, I've come-up with this small library. It has no production value, but it was fun learning experience.
https://github.com/nomemory/neat-matrix-library
- Proiectele open source la care am lucrat în ultimă perioada
-
My first deep-dive into linear algebra and numerical analysis. An article describing how to write a C library that performs most of the "academical" algorithms for matrices (Row Echelon, Reduced Row Echelon, LU(P) Factorization, Inverse, Determinants, etc.)
And the resulting code corresponding to the article can be found here: https://github.com/nomemory/neat-matrix-library
- Got back to C after a few years, and created my first C library: NML is a simple matrix library that implements various numerical analysis algorithms (Gauss Elimination, Gauss-Jordan, Gram-Schmidt, LU(P) Factorisation, etc.)
- One of my C projects: NML - a simple matrix library supporting various (LU Decomposition, Gauss Elimination, Gauss-Jordan, Gram-Schmidt, Inverse, Determinant). Any feedback is greatly appreciated.
Code-Finds-Determinant-of-a-Array-in-C
What are some alternatives?
neat-chess - Java UCI Protocol implementation (Universal Chess Engine)
SuiteSparse - The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
integers-snake
rofi-calc - 🖩 Do live calculations in rofi!
codewarrior - code-searching tool and static code analysis - Beta
Cpp-and-projects - C and C++ language practice, problem solving, data structures and algorithms with more exercise. completed four projects in C
vector - A linear algebra library for TypeScript and JavaScript
VBA-Expressions - A powerful string expression evaluator for VBA and LO Basic, which puts more than 100 mathematical, statistical, financial, date-time, logic and text manipulation functions at the user's fingertips.
HiddenWall - Linux kernel module generator for Hidden firewall that follows the rules in the external YAML file.
algorithms - A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! Note: I made this code when i didn't have as much experience in programming
phpsci-carray - [ARCHIVED] PHP library for scientific computing powered by C. See https://github.com/NumPower/numpower
lc3-vm - A LC3 virtual machine implementation in a few lines of C code