diff options
Diffstat (limited to 'math/linbox/files/patch-linbox_vector_blas-subvector.h')
-rw-r--r-- | math/linbox/files/patch-linbox_vector_blas-subvector.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/linbox/files/patch-linbox_vector_blas-subvector.h b/math/linbox/files/patch-linbox_vector_blas-subvector.h deleted file mode 100644 index 00c6e129b8aa..000000000000 --- a/math/linbox/files/patch-linbox_vector_blas-subvector.h +++ /dev/null @@ -1,13 +0,0 @@ ---- linbox/vector/blas-subvector.h.orig 2021-12-14 10:16:03 UTC -+++ linbox/vector/blas-subvector.h -@@ -117,8 +117,10 @@ namespace LinBox { - * \param dim dimension - * \param inc distance between two element - */ -+#if 0 - BlasSubvector (Self_t &V, size_t beg, size_t inc, size_t dim) : - _ptr(V.data()+beg), _size(dim), _inc(inc), _field(&V.field()) {} -+#endif - - - /** Constructor from an existing @ref BlasVector |