fix author line

This commit is contained in:
Krishna Vedala 2020-06-07 15:19:15 -04:00
parent 20da9ea683
commit 390dc21946
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -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>