Back to Adaptive Vision Library website

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

TransposeMatrix


Find the transpose of a matrix.

Syntax

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

Parameters

Name Type Default Description
inMatrix const Matrix&
outTranspose Matrix&