aboutsummaryrefslogtreecommitdiff
path: root/LAPACKE/include
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2015-11-11 06:28:29 +0000
committerjulie <julielangou@users.noreply.github.com>2015-11-11 06:28:29 +0000
commit4d00a7d4b919e1b0e0a75d40b484712f5b13a212 (patch)
treeb1dd31bc7dc02f520dd653df9a2365a2bd76e543 /LAPACKE/include
parent5df478d1d628d2291efd3292e1efe3ff271c2289 (diff)
Rook with 2 o , not 3...
Diffstat (limited to 'LAPACKE/include')
-rw-r--r--LAPACKE/include/lapacke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACKE/include/lapacke.h b/LAPACKE/include/lapacke.h
index 4f99d391..4a0665aa 100644
--- a/LAPACKE/include/lapacke.h
+++ b/LAPACKE/include/lapacke.h
@@ -11196,7 +11196,7 @@ lapack_int LAPACKE_csytrf_rook_work( int matrix_layout, char uplo, lapack_int n,
lapack_complex_float* a, lapack_int lda,
lapack_int* ipiv, lapack_complex_float* work,
lapack_int lwork );
-lapack_int LAPACKE_zsytrf_roook_work( int matrix_layout, char uplo, lapack_int n,
+lapack_int LAPACKE_zsytrf_rook_work( int matrix_layout, char uplo, lapack_int n,
lapack_complex_double* a, lapack_int lda,
lapack_int* ipiv, lapack_complex_double* work,
lapack_int lwork );