index
:
linalg.git
main
Linear algebra libray in C. Work in progress.
Jasper
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fixed memory issue in 'matrix_backsubst'
Jasper
7 days
*
'Matrix' -> 'Vector' where needed
Jasper
8 days
*
Used forward declaration in vector.h
Jasper
8 days
*
Reordered includes
Jasper
8 days
*
Formatting
Jasper
8 days
*
Added vector struct
Jasper
8 days
*
Used calloc instead of alloc
Jasper
8 days
*
More functions with '1' suffix
Jasper
8 days
*
'matrix_is_square' is now a macro
Jasper
11 days
*
Check if matrix is column or row vector
Jasper
11 days
*
Added macros to iterate over matrix
Jasper
11 days
*
More work on benchmarking, simplified 1st version
Jasper
13 days
*
'__VA_ARGS__' in benchmark macro -> '##__VA_ARGS__'
Jasper
14 days
*
Started work on macros to benchmark given functions
Jasper
2025-09-01
*
Swap order of arguments for matrix_scale()
Jasper
2025-09-01
*
Merge row-swap and col-swap
Jasper
2025-09-01
*
Added functions to swap rows and cols
Jasper
2025-09-01
*
Removed const in front of non-pointer types
Jasper
2025-09-01
*
Removed '_MatrixType' and '_Matrix' from typedefs
Jasper
2025-09-01
*
Tolerance check of absolute value in 'matrix_eq'
Jasper
2025-09-01
*
Initial commit
Jasper
2025-08-31