DADiSP / VectorXL
VectorXL Vector Math Acceleration Module
VectorXL automatically accelerates vector math computations and operations.
In addition, custom or built-in routines that make use
of vector calculations experience significant speed improvements.
Below is a list of routines provided by DADiSP that benefit
directly from the VectorXL Module.
Vector Operations and Functions
+ |
Vector Add |
- |
Vector Subtract |
* |
Vector Multiply |
/ |
Vector Divide |
^ |
Vector Power |
acos |
Inverse Cosine |
acosh |
Inverse Hyperbolic Cosine |
asin |
Inverse Sine |
asinh |
Inverse Hyperbolic Sine |
atan |
Inverse Tangent |
atanh |
Inverse Hyperbolic Tangent |
cos |
Cosine |
cosh |
Hyperbolic Cosine |
sin |
Sine |
sinh |
Hyperbolic Sine |
tan |
Tangent |
tanh |
Hyperbolic Tangent |
abs |
Absolute Value |
ceil |
Ceiling |
exp |
Exponential |
floor |
Floor |
log |
Natural Log |
log10 |
Log Base 10 |
sqrt |
Square Root |