transpose
function transpose(y:Expression<Real[_,_]>) -> MatrixTranspose
Lazy transpose
.
function transpose(y:Expression<LLT>) -> Expression<LLT>
Lazy transpose
, identity function.
function transpose(y:Expression<Real[_]>) -> MultivariateTranspose
Lazy transpose
.
function transpose(X:Real[_,_]) -> Real[_,_]
Transpose of a matrix.
function transpose(S:LLT) -> LLT
Transpose of a symmetric positive definite matrix.
function transpose(x:Real[_]) -> Real[_,_]
Transpose of a column vector into a row vector.
function transpose(x:Real) -> Real
Transpose of a scalar (identity operation).
function transpose(x:Integer) -> Integer
Transpose of a scalar (identity operation).
function transpose(x:Boolean) -> Boolean
Transpose of a scalar (identity operation).