transpose function

Matrix Transpose

Matrix Transpose

The transpose of a matrix. methods

## S3 method for class 'Expression' t(x) ## S4 method for signature 'Expression' t(x)

Arguments

  • x: An Expression representing a matrix.

Returns

An Expression representing the transposed matrix.

Examples

x <- Variable(3, 4) t(x)
  • Maintainer: Anqi Fu
  • License: Apache License 2.0 | file LICENSE
  • Last published: 2024-11-07