mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-12 03:24:30 +03:00
fix author line
This commit is contained in:
parent
20da9ea683
commit
390dc21946
@ -1,7 +1,8 @@
|
||||
/**
|
||||
* \file
|
||||
* \brief [LU decomposition](https://en.wikipedia.org/wiki/LU_decompositon) of a
|
||||
* square matrix \author [Krishna Vedala](https://github.com/kvedala)
|
||||
* square matrix
|
||||
* \author [Krishna Vedala](https://github.com/kvedala)
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user