LIBML  Version 3.2.4
LIBML DSP Software Library
Modules
Matrix Functions
Collaboration diagram for Matrix Functions:

Modules

 Complex Matrix Transpose
 
 Matrix Multiplies Vector
 
 Matrix Outer Product
 
 Linear Equations
 
 Matrix Addition
 
 Complex Matrix Multiplication
 
 Matrix Inverse
 
 Matrix Multiplication
 
 Matrix Scale
 
 Matrix Subtraction
 
 Matrix Transpose
 

Detailed Description

This set of functions provides matrix math operations. The functions operate on matrix and then points to an array of data. This array is of size rows X columns and the values are arranged in row order. That is, the matrix element (i, j) is stored at: Mat[i*columns + j]