提交 8aceb579 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Small pep8 changes

上级 4783fe0b
""" Header text for the C and Fortran BLAS interfaces.
There is no standard name or location for this header, so we just insert it ourselves into the C code
There is no standard name or location for this header, so we just insert it
ourselves into the C code
"""
import os
import tempfile
......@@ -776,6 +777,7 @@ def cblas_header_text():
__END_DECLS
"""
def blas_header_text():
"""C header for the fortran blas interface"""
header = """
......@@ -1190,4 +1192,3 @@ int general_gemm(int zM, int zN, int xN,.
}
}
"""
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论