Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
python-math
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thibaut.Lunet
python-math
Commits
3ade434b
Commit
3ade434b
authored
Mar 19, 2018
by
Aitor Perez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added fortran compiler warning
parent
4d74d337
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
examples/numpy/callFortranRoutine.py
examples/numpy/callFortranRoutine.py
+4
-0
No files found.
examples/numpy/callFortranRoutine.py
View file @
3ade434b
...
@@ -20,6 +20,10 @@ into the tridiagonal matrix
...
@@ -20,6 +20,10 @@ into the tridiagonal matrix
[ sqrt(b{n-1}) a{n-1} ]
[ sqrt(b{n-1}) a{n-1} ]
using givens rotations.
using givens rotations.
NOTE: This example assumes that your OS has some Fortran compiler installed.
You can download one at [https://gcc.gnu.org/wiki/GFortranBinaries].
"""
"""
import
os
import
os
import
subprocess
import
subprocess
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment