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