transpose: Matrix Transpose

t.ExpressionR Documentation

Matrix Transpose

Description

The transpose of a matrix.

Usage

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

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

Arguments

x

An Expression representing a matrix.

Value

An Expression representing the transposed matrix.

Examples

x <- Variable(3, 4)
t(x)

anqif/cvxr documentation built on Feb. 1, 2024, 5:42 p.m.