Fix numerous gcc warnings of duplicate declarations.

This commit is contained in:
Giles Atkinson 2022-04-21 10:52:33 +01:00 committed by Holger Vogt
parent 39b837a405
commit b3fd63ea88
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ typedef struct MatList{
CMat* cinverse(CMat* A);
Mat* copyvalue(Mat* A);
CMat* copycvalue(CMat* A);
Mat* copyvalue(Mat* A);
CMat* copycvalue(CMat* A);
Mat* triinverse(Mat* A);
CMat* ctriinverse(CMat* A);
Mat* rowechelon(Mat* A);