# F-1 load main minimum rank/maximum nullity and zero forcing functions
# zero forcing, PSD forcing, and minimum rank code
# developed by S. Butler, L. DeLoss, J. Grout, H.T. Hall, J. LaGrange, J.C.-H. Lin,T. McKay, J. Smith, G. Tims
# updated and maintained by Jephian C.-H. Lin
URL='https://raw.githubusercontent.com/jephianlin/mr_JG/py2/'
files=['Zq_c.pyx','Zq.py','zero_forcing_64.pyx','zero_forcing_wavefront.pyx','minrank.py', 'inertia.py']
for f in files:
print("Loading %s..."%f);
load(URL+f)
|
Loading Zq_c.pyx...
Compiling
/home/sageuser/0/.sage/temp/sage.math.iastate.edu/14931/tmp_KhiRdA.pyx..\
.
Loading Zq.py...
Loading zero_forcing_64.pyx...
Compiling
/home/sageuser/0/.sage/temp/sage.math.iastate.edu/14931/tmp_Z_h38G.pyx..\
.
Loading zero_forcing_wavefront.pyx...
Compiling
/home/sageuser/0/.sage/temp/sage.math.iastate.edu/14931/tmp_fV9lOn.pyx..\
.
Loading minrank.py...
Loading inertia.py...
Loading Zq_c.pyx...
Compiling /home/sageuser/0/.sage/temp/sage.math.iastate.edu/14931/tmp_KhiRdA.pyx...
Loading Zq.py...
Loading zero_forcing_64.pyx...
Compiling /home/sageuser/0/.sage/temp/sage.math.iastate.edu/14931/tmp_Z_h38G.pyx...
Loading zero_forcing_wavefront.pyx...
Compiling /home/sageuser/0/.sage/temp/sage.math.iastate.edu/14931/tmp_fV9lOn.pyx...
Loading minrank.py...
Loading inertia.py...
|