Back to Aurora Vision Library Lite website

You are here: Start » Basic » Matrix » TransposeMatrix

TransposeMatrix


Header: STD.h
Namespace: avl

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&