Learn R Programming

CVXR (version 1.0-14)

t.Expression: Matrix Transpose

Description

The transpose of a matrix.

Usage

# S3 method for Expression
t(x)

# S4 method for Expression t(x)

Value

An Expression representing the transposed matrix.

Arguments

x

An Expression representing a matrix.

Examples

Run this code
x <- Variable(3, 4)
t(x)

Run the code above in your browser using DataLab