Represents rectangular matrix.
|
|
|
| Call Graph |
|
|
|
|
|
|
|
| Call Graph |
|
|
|
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
|
|
|
| Call Graph |
|
|
|
|
|
|
|
| Call Graph |
|
|
|
crop(self)
Remove elements that are out of dimensions. |
source code
|
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
|
|
swap_columns(self,
i,
j)
Swap i-th and j-th columns inplace. |
source code
|
|
|
|
swap_rows(self,
i,
j)
Swap i-th and j-th rows inplace. |
source code
|
|
|
Inherited from basealgebra.ring.CommutativeRing:
__pos__,
__pow__,
__radd__,
__rdiv__,
__rmul__,
__rpow__,
__rsub__,
__rtruediv__,
__truediv__,
as_Add_args,
as_Factors_args,
as_Log_args,
as_Mul_args,
as_Pow_args,
as_Terms_args
Inherited from basealgebra.algebra.BasicAlgebra:
__repr__,
as_algebra,
as_primitve,
as_tree,
has,
match,
matches,
subs
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__setattr__
|