Back to FabImage Library Lite website

You are here: Start » Basic » Matrix » TransposeMatrix

TransposeMatrix


Header: STD.h
Namespace: fil

Swaps rows with columns in a matrix.

Syntax

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

Parameters

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