Learn R Programming

symengine (version 0.2.6)

t: Transpose (as) a DenseMatrix

Description

S4 methods of t defined for Basic, VecBasic and DenseMatrix.

Usage

t(x)

# S4 method for Basic t(x)

# S4 method for VecBasic t(x)

# S4 method for DenseMatrix t(x)

Value

A DenseMatrix S4 object.

Arguments

x

A SymEngine object.