Back to FabImage Library website
You are here: Start » Function Reference » Matrix » SetMatrixColumn
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: | fil |
Sets elements of a matrix column.
Syntax
void fil::SetMatrixColumn ( fil::Matrix& ioMatrix, int inColumn, const ftl::Array<float>& inValues )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Bad matrix subscript in SetMatrixColumn. |
DomainError | Wrong number of elements in SetMatrixColumn. |