Record TC4VecQuantityHelper
Unit
Declaration
type TC4VecQuantityHelper = record helper for TC4VecQuantity
Description
Record helper for TC4VecQuantity providing additional operations specific to 4-component complex quantity vectors. Only available when ADIMOFF is not defined.
Overview
Methods
| Public | function Conjugate: TC4VecQuantity; |
| Public | function Dot(const AVector: TC4VecQuantity): TComplexQuantity; |
Description
Methods
| Public | function Conjugate: TC4VecQuantity; |
|
Returns the element-wise complex conjugate of the vector. Each component | |
| Public | function Dot(const AVector: TC4VecQuantity): TComplexQuantity; |
|
Returns the Hermitian inner product of two 4-component complex quantity vectors. Defined as Parameters
| |
Generated by PasDoc 1.0.4.