xpose: xpose

Description Usage Arguments Details Value

Description

Transpose a matrix-like thing. In addition to supporting the new classes, this method is slightly more efficient than R's t() for matrix types.

Usage

1
2
3
4
xpose(x)

## S3 method for class 'SymMat'
xpose(x)

Arguments

x

A banded matrix.

Details

For a matrix input, we use a block algorithm.

Value

A matrix-like object of the same type as the input.


wrathematics/band documentation built on May 4, 2019, 9:48 a.m.