Operations with One Vector/Matrix Array

The base function carries out an operation with one source vector or matrix (object type is "v" or "m"):

dst = <ops> src, which means that an appropriate operation is carried out with vector or matrix elements.

The respective vector (matrix) array function (object type is "va" or "ma") applies the base function to each vector (matrix) in the source array and stores the result in the destination array:

dstj = <ops> srcj , 0 j < count.

For example, see the Copy function.


Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.