Project Ne10
An Open Optimized Software Library Project for the ARM Architecture
Modules
Math Functions

This set of functions provide vector/matrix algebra functions that include add, sub, multiply, div and so on. More...

Modules

 Vector Add
 
 Matrix Add
 
 Vector Sub
 
 Vector Rsbc
 
 Matrix Sub
 
 Vector Multiply
 
 Vector Multiply-Accumulator
 
 Matrix Multiply
 
 Matrix Vector Multiply
 
 Vector Div
 
 Matrix Div
 
 Vector Setc
 
 Vector Len
 
 Vector Normalize
 
 Vector Abs
 
 Vector Dot
 
 Vector Cross
 
 Matrix Determinant
 
 Matrix Invertible
 
 Matrix Transpose
 
 Matrix Identity
 

Detailed Description

This set of functions provide vector/matrix algebra functions that include add, sub, multiply, div and so on.

Currently, only the float (single precision) data type is supported.