Version 1.0b1 API Documentation generated by Endo 2006-08-14
mat = matrix
Returns 'data' as a matrix. Unlike matrix(), no copy is performed if 'data' is already a matrix or array. Equivalent to: matrix(data, copy=False)
Build a matrix object from string, nested sequence, or array.
F = bmat([[A,B],[C,D]]) F = bmat(r_[c_[A,B],c_[C,D]])
if A, B, C, and D are appropriately shaped 2-d arrays.
| Local name | Refers to |
|---|---|
| binary_repr | numpy.core.numeric.binary_repr |
| concatenate | numpy.core.numeric.concatenate |
| isscalar | numpy.core.numeric.isscalar |
| N | numpy.core.numeric |
| str_ | string |
| sys | sys |
| types | types |