parent, [entries=True], [coerce_entries=True], [copy=0]) |
entries,
list
Instances of class Matrix_generic_dense also have the following special functions:
__getitem__,
__setitem__
Further documentation:
ij) |
USAGE: A[i, j] - the i,j of A, and A[i] - the i-th row of A.
ij, value) |
USAGE: A[i, j] = value - set the (i,j) entry of A A[i] = value - set the ith row of A
See About this document... for information on suggesting changes.