mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-02 02:02:23 +08:00
added file documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user