parent, [entries=True], [coerce_entries=True], [copy=0]) |
entries,
list
These methods are defined as follows:
) |
) |
Instances of class Matrix_generic_dense also have the following special methods:
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.