Back to Aurora Vision Library website

You are here: Start » Function Reference » Basic » Matrix » TransposeMatrix

TransposeMatrix


Header: STD.h
Namespace: avl
Module: FoundationLite

Swaps rows with columns in a matrix.

Syntax

void avl::TransposeMatrix
(
	const avl::Matrix& inMatrix,
	avl::Matrix& outTranspose
)

Parameters

Name Type Default Description
Input value inMatrix const Matrix&
Output value outTranspose Matrix&