15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

astype(t)<br />

clear()<br />

D.clear() -> None. Remove all items from D.<br />

conj()<br />

conjtransp()<br />

Return the conjugate transpose<br />

conjugate()<br />

copy()<br />

diagonal()<br />

Returns the main diagonal of the matrix<br />

dot(*args, **kwds)<br />

dot is deprecated!<br />

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

get(key, default=0.0)<br />

This overrides the dict.get method, providing type checking but otherwise equivalent functionality.<br />

getH()<br />

get_shape()<br />

getcol(j)<br />

Returns a copy of column j of the matrix, as an (m x 1) sparse matrix (column vector).<br />

getdata(*args, **kwds)<br />

getdata is deprecated!<br />

getformat()<br />

getmaxprint()<br />

getnnz()<br />

getrow(i)<br />

Returns a copy of row i of the matrix, as a (1 x n) sparse matrix (row vector).<br />

has_key()<br />

D.has_key(k) -> True if D has a key k, else False<br />

items()<br />

D.items() -> list of D’s (key, value) pairs, as 2-tuples<br />

iteritems()<br />

D.iteritems() -> an iterator over the (key, value) items of D<br />

iterkeys()<br />

D.iterkeys() -> an iterator over the keys of D<br />

3.14. Sparse matrices (<strong>scipy</strong>.sparse) 373

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

Saved successfully!

Ooh no, something went wrong!