Commit 93dce7ca authored by Davis King's avatar Davis King

Fixed misnamed function.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403819
parent de3f16d8
......@@ -101,7 +101,7 @@ namespace dlib
long NC1,
typename MM
>
int getrf (
int potrf (
char uplo,
matrix<T,NR1,NC1,MM,column_major_layout>& a
)
......@@ -130,7 +130,7 @@ namespace dlib
long NC1,
typename MM
>
int getrf (
int potrf (
char uplo,
matrix<T,NR1,NC1,MM,row_major_layout>& a
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment