Back to FabImage Library website

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

TransposeMatrix


Header: STD.h
Namespace: fil
Module: FoundationLite

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&