Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core
[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
Chapter 2
Scalar Functions
2.1
Complex Scalar Functions
2.1.1
vsip_arg_
p
- Compute Phase Angle of Complex Scalar
2.1.2
vsip_cmag_
p
- Compute Magnitude of Complex Scalar
2.1.3
vsip_cmagsq_
p
- Compute Magnitude Squared of Complex Scalar
2.1.4
vsip_conj_
p
- Compute Complex Conjugate
2.1.5
vsip_polar_
p
- Convert Cartesian to Polar Coordinates
2.1.6
vsip_rect_
p
- Convert Polar to Cartesian Coordinates
2.1.7
vsip_real_
p
- Complex Real part
2.1.8
vsip_imag_
p
- Complex Imaginary part
2.1.9
vsip_cmplx_
p
- Create complex number
2.1.10
vsip_cadd_
p
- Complex Scalar Addition
2.1.11
vsip_csub_
p
- Complex Scalar Subtraction
2.1.12
vsip_cmul_
p
- Complex Scalar Multiplication
2.1.13
vsip_cjmul_
p
- Complex Scalar Conjugate Multiplication
2.1.14
vsip_cdiv_
p
- Complex Scalar Division
2.1.15
vsip_rcadd_
p
- Real-Complex Scalar Addition
2.1.16
vsip_rcsub_
p
- Real-Complex Scalar Subtraction
2.1.17
vsip_rcmul_
p
- Real-Complex Scalar Multiplication
2.1.18
vsip_crsub_
p
- Complex-Real Scalar Subtraction
2.1.19
vsip_crdiv_
p
- Complex-Real Scalar Division
2.1.20
vsip_cneg_
p
- Complex Scalar Negation
2.1.21
vsip_crecip_
p
- Complex Scalar Reciprocal
2.1.22
vsip_csqrt_
p
- Complex Scalar Square Root
2.1.23
vsip_cexp_
p
- Complex Scalar Exponential
2.1.24
vsip_CONJ_
p
- Complex Scalar Conjugate and Store to Pointer
2.1.25
vsip_CMPLX_
p
- Create a Complex Scalar and Store in a Pointer
2.1.26
vsip_CADD_
p
- Complex Scalar Addition and Store to Pointer
2.1.27
vsip_CSUB_
p
- Complex Scalar Subtraction and Store to Pointer
2.1.28
vsip_CMUL_
p
- Complex Scalar Multiplication and Store to Pointer
2.1.29
vsip_CJMUL_
p
- Complex Scalar Conjugate Multiplication and Store to Pointer
2.1.30
vsip_CDIV_
p
- Complex Scalar Division and Store to Pointer
2.1.31
vsip_RCADD_
p
- Real-Complex Scalar Addition and Store to Pointer
2.1.32
vsip_RCSUB_
p
- Real-Complex Scalar Subtraction and Store to Pointer
2.1.33
vsip_RCMUL_
p
- Real-Complex Scalar Multiplication and Store to Pointer
2.1.34
vsip_CRSUB_
p
- Complex-Real Scalar Subtraction and Store to Pointer
2.1.35
vsip_CRDIV_
p
- Complex-Real Scalar Division and Store to Pointer
2.1.36
vsip_CNEG_
p
- Complex Scalar Negate and Store to Pointer
2.1.37
vsip_CRECIP_
p
- Complex Scalar Reciprocal and Store to Pointer
2.1.38
vsip_CSQRT_
p
- Complex Scalar Square Root and Store to Pointer
2.1.39
vsip_CEXP_
p
- Complex Scalar Exponential and Store to Pointer
2.2
Index Scalar Functions
2.2.1
vsip_matindex
- Convert Row/Column Indices to Matrix Index
2.2.2
vsip_mrowindex
- Extract Row Index from Matrix Index
2.2.3
vsip_mcolindex
- Extract Column Index from Matrix Index
2.2.4
vsip_MATINDEX
- Convert Row/Column Indices to Matrix Index and Store in a Pointer
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]