15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

matrix([[1, 2],<br />

[3, 4],<br />

[5, 6]])<br />

Identifying sparse matrices:<br />

issparse(x)<br />

isspmatrix(x)<br />

isspmatrix_csc(x)<br />

isspmatrix_csr(x)<br />

isspmatrix_bsr(x)<br />

isspmatrix_lil(x)<br />

isspmatrix_dok(x)<br />

isspmatrix_coo(x)<br />

isspmatrix_dia(x)<br />

issparse(x)<br />

isspmatrix(x)<br />

isspmatrix_csc(x)<br />

isspmatrix_csr(x)<br />

isspmatrix_bsr(x)<br />

isspmatrix_lil(x)<br />

isspmatrix_dok(x)<br />

isspmatrix_coo(x)<br />

isspmatrix_dia(x)<br />

3.14.7 Exceptions<br />

exception SparseEfficiencyWarning<br />

exception SparseWarning<br />

3.15 Sparse linear algebra (<strong>scipy</strong>.sparse.linalg)<br />

Warning: This documentation is work-in-progress and unorganized.<br />

SciPy Reference Guide, Release 0.8.dev<br />

3.15. Sparse linear algebra (<strong>scipy</strong>.sparse.linalg) 391

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!