You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
# Using the NAG Library for Python with Kdb+ and PyQ
2
2
3
-
Christopher Brandt <br>
4
-
Numerical Algorithms Group (NAG), Inc. <br>
5
-
Lisle, IL, USA <br>
6
-
April 3, 2019
3
+
Christopher Brandt, NAG Inc., 24 -April 2019
7
4
8
5
## 1 Background
9
6
@@ -27,7 +24,7 @@ Both the NAG Library for *Python* and kdb+ are commercial software packages that
27
24
28
25
## 3 Examples
29
26
30
-
The following three examples demonstrate how to call the NAG Library for *Python* routines using kdb+ and PyQ. These examples were carefully selected, as they cover techniques found in the majority of usage cases a customer will encounter across all 1,700+ routines within the library. If your usage case falls outside of these three examples, please contact [NAG support](mailto:[email protected]) for assistance.
27
+
The following three examples demonstrate how to call NAG Library for *Python* routines using kdb+ and PyQ. These examples were carefully selected, as they cover techniques found in the majority of usage cases a customer will encounter across all 1,700+ routines within the library. If your usage case falls outside of these three examples, please contact [NAG support](mailto:[email protected]) for assistance.
31
28
32
29
### 3.1 Example One: BLAS Routine DAXPY
33
30
@@ -47,7 +44,7 @@ Below is the NAG Library for *Python* signature for this routine.
47
44
Returns: y: float, ndarray, shape(n)
48
45
```
49
46
50
-
Within our terminal, we begin by initiating a PyQ interaction session.
47
+
Within our terminal, we begin by initiating a PyQ interactive session.
0 commit comments