added file documentation

This commit is contained in:
Krishna Vedala
2020-06-25 15:22:02 -04:00
parent 84cf0da2bb
commit 68dd9b1235

View File

@@ -1,3 +1,10 @@
/**
* @file lu_decomposition.h
* @author [Krishna Vedala](https://github.com/kvedala)
* @brief Functions associated with [LU
* Decomposition](https://en.wikipedia.org/wiki/LU_decomposition)
* of a square matrix.
*/
#pragma once
#include <iostream>