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. 6, 2024, 4:28 a.m.