Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Matrix » RealArrayArrayToMatrix

RealArrayArrayToMatrix


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: avl

Converts an array of rows to a matrix. All rows must have the same length.

Syntax

void avl::RealArrayArrayToMatrix
(
	const atl::Array<atl::Array<float> >& inRealArrayArray,
	avl::Matrix& outMatrix
)

Parameters

Name Type Default Description
Input value inRealArrayArray const Array<Array<float> >&
Output value outMatrix Matrix&

Errors

List of possible exceptions:

Error type Description
DomainError All rows must have the same length.