MMALIB User Guide
Linear Algebra (LINALG) kernels

Introduction

This module consists of kernels within the linear algebra scope.

Sub Modules

 MMALIB_LINALG_matrixMatrixMultiplyAccumulate_ixX_ixX_ixX_oxX
 Kernel for multiplying two matrices with an additive term.
 
 MMALIB_LINALG_matrixMatrixMultiplyBias_ixX_ixX_oxX
 Kernel for multiplying two matrices with bias, scale and shift.
 
 MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX
 Kernel for multiplying two matrices.
 
 MMALIB_LINALG_matrixTranspose_ixX_oxX
 Kernel for computing the transpose of a matrix.
 
 MMALIB_LINALG_pointwiseMatrixMatrixMultiply_ixX_ixX_oxX
 Kernel for computing the pointwise multiplication of two matrices.