This section describes Intel® Integrated Performance Primitives (Intel® IPP) functions for small matrices that perform matrix algebra operations.
| Function Base Name | Operation |
|---|---|
| Transpose | Performs matrix transposition. |
| Invert | Computes matrix inverse. |
| FrobNorm | Computes matrix Frobenius norm. |
| Det | Computes matrix determinant. |
| Trace | Computes matrix trace. |
| Mul | Multiplies matrix by a constant, vector, or another matrix. |
| Add | Adds matrix to another matrix. |
| Sub | Subtracts matrix from another matrix. |
| Gaxpy | Performs the “gaxpy” operation on a matrix. |
| AffineTransform3DH | Performs an arbitrary affine transformation with an array of 3D vectors in the Homogeneous coordinate space. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.