This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Revert reference/ fixes
tags/v0.3.7
luz.paz
7 years ago
parent
daf2fec12d
commit
858e609e1f
12 changed files
with
12 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
reference/ctbmvf.f
+1
-1
reference/ctpmvf.f
+1
-1
reference/ctrmvf.f
+1
-1
reference/dtbmvf.f
+1
-1
reference/dtpmvf.f
+1
-1
reference/dtrmvf.f
+1
-1
reference/stbmvf.f
+1
-1
reference/stpmvf.f
+1
-1
reference/strmvf.f
+1
-1
reference/ztbmvf.f
+1
-1
reference/ztpmvf.f
+1
-1
reference/ztrmvf.f
+ 1
- 1
reference/ctbmvf.f
View File
@@ -117,7 +117,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/ctpmvf.f
View File
@@ -77,7 +77,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/ctrmvf.f
View File
@@ -80,7 +80,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/dtbmvf.f
View File
@@ -117,7 +117,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/dtpmvf.f
View File
@@ -77,7 +77,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/dtrmvf.f
View File
@@ -80,7 +80,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/stbmvf.f
View File
@@ -117,7 +117,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/stpmvf.f
View File
@@ -77,7 +77,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/strmvf.f
View File
@@ -80,7 +80,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/ztbmvf.f
View File
@@ -117,7 +117,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/ztpmvf.f
View File
@@ -77,7 +77,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
+ 1
- 1
reference/ztrmvf.f
View File
@@ -80,7 +80,7 @@
* ( 1 + ( n - 1 )*abs( INCX ) ).
* Before entry, the incremented array X must contain the n
* element vector x. On exit, X is overwritten with the
* tran
s
formed vector x.
* tranformed vector x.
*
* INCX - INTEGER.
* On entry, INCX specifies the increment for the elements of
Write
Preview
Loading…
Cancel
Save