index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
linalg
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix type issue
Haochen Wu
2015-10-17
1
-1
/
+1
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
1
-2
/
+2
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
5
-8
/
+8
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
3
-5
/
+5
*
Fix copyrights
JGab
2015-04-21
3
-3
/
+3
*
Scipy fixture, doc fixes, and changelog
JGab
2015-04-16
1
-1
/
+2
*
Fix example in doc
JGab
2015-04-16
1
-15
/
+0
*
See also doc
JGab
2015-04-15
1
-0
/
+2
*
Directed modularity and tests
JGab
2015-04-15
4
-12
/
+130
*
Shape is now useless
JGab
2015-04-08
1
-1
/
+0
*
Documentation, removed reference to MG
JGab
2015-04-08
2
-9
/
+0
*
Future division and ASCII fix
JGab
2015-04-08
2
-2
/
+4
*
Test fixes
JGab
2015-04-08
2
-2
/
+2
*
Modularity spectrum test
JGab
2015-04-08
1
-0
/
+6
*
Modularity matrix spectrum
JGab
2015-04-08
1
-2
/
+33
*
Test suite
JGab
2015-04-08
1
-0
/
+43
*
Init file update
JGab
2015-04-08
1
-0
/
+2
*
Removed weight
JGab
2015-04-08
1
-9
/
+5
*
Modularity matrix implemented
JGab
2015-04-08
1
-0
/
+77
*
Corrects typos in normalized_laplacian docs
jfinkels
2015-02-26
1
-3
/
+3
*
added documentation
Kameron Harris
2015-01-17
1
-0
/
+2
*
Merge pull request #1078 from hagberg/diagonal-doubled
ysitu
2014-05-26
2
-7
/
+19
|
\
|
*
Use scipy import fixture for tests
Aric Hagberg
2014-04-20
1
-2
/
+2
|
*
Documentation for diagonal entries
Aric Hagberg
2014-04-20
1
-1
/
+17
|
*
normalized laplacian scaling
Aric Hagberg
2014-04-19
1
-4
/
+0
*
|
Provide replacements if BLAS not available from SciPy.
chebee7i
2014-05-21
2
-8
/
+16
*
|
More specific test for blas functions.
chebee7i
2014-05-20
1
-1
/
+7
*
|
Update algebraic_connectivity tests.
chebee7i
2014-05-12
1
-14
/
+20
*
|
Fix tests when Cholesky solver is not available.
chebee7i
2014-05-12
3
-3
/
+4
*
|
Improve performance of PCG solver in algebraic_connectivity
ysitu
2014-05-09
1
-17
/
+16
*
|
Add algebraic_connectivity documentation to reference
ysitu
2014-05-09
1
-3
/
+12
*
|
Fix algebraic_connectivity documentation
ysitu
2014-05-08
2
-23
/
+26
*
|
Avoid division by zero when forming CG preconditioner in algebraic_connectivity
ysitu
2014-05-07
1
-0
/
+1
*
|
Change formulation of PCG system in TraceMIN in algebraic_connectivity
ysitu
2014-05-07
1
-26
/
+51
*
|
Change linear solvers to use block format in algebraic_connectivity
ysitu
2014-05-07
1
-8
/
+18
*
|
Revert "Remove Cholesky solver in algebraic_connectivity"
ysitu
2014-05-07
2
-3
/
+25
*
|
Merge branch 'fiedler' into fiedler_nochol
ysitu
2014-05-07
1
-41
/
+21
|
\
\
|
*
|
Remove gram_schmidt from TrainMIN in algebraic_connectivity
ysitu
2014-05-07
1
-11
/
+2
|
*
|
Simplify TraceMIN main loop in algebraic_connectivity
ysitu
2014-05-06
1
-32
/
+21
*
|
|
Merge branch 'fiedler' into fiedler_nochol
ysitu
2014-05-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix issue in PCG solver in algebraic_connectivity
ysitu
2014-05-06
1
-1
/
+1
*
|
|
Merge branch 'fiedler' into fiedler_nochol
ysitu
2014-05-05
1
-7
/
+10
|
\
\
\
|
|
/
/
|
*
|
Supply array input to lobpcg in algebraic_connectivity
ysitu
2014-05-05
1
-2
/
+3
|
*
|
Use Y parameter of LOBPCG in algebraic_connectivity
ysitu
2014-05-05
1
-7
/
+9
*
|
|
Merge branch 'fiedler' into fiedler_nochol
ysitu
2014-05-04
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'master' into fiedler
ysitu
2014-05-04
1
-2
/
+2
|
|
\
\
|
|
*
|
Use symmetric eigen solver in laplacian_spectrum
ysitu
2014-04-30
1
-2
/
+2
|
|
|
/
*
|
|
Merge branch 'fiedler' into fiedler_nochol
ysitu
2014-05-04
1
-10
/
+14
|
\
\
\
|
|
/
/
|
*
|
Use adaptive tolerance for PCG solver in algebraic_connectivity
ysitu
2014-05-03
1
-10
/
+13
|
*
|
Use four vectors for Cholesky/LU options of TraceMin in algebraic_connectivity
ysitu
2014-05-03
1
-1
/
+2
[next]