| t {symengine} | R Documentation |
Transpose (as) a DenseMatrix
Description
S4 methods of t defined for Basic, VecBasic
and DenseMatrix.
Usage
t(x)
## S4 method for signature 'Basic'
t(x)
## S4 method for signature 'VecBasic'
t(x)
## S4 method for signature 'DenseMatrix'
t(x)
Arguments
x |
A SymEngine object. |
Value
A DenseMatrix S4 object.
[Package symengine version 0.2.6 Index]