Record TC2VectorHelper
Unit
Declaration
type TC2VectorHelper = record helper for TC2Vector
Description
Record helper for TC2Vector providing additional operations specific to 2-component complex vectors.
Overview
Methods
| Public | function Conjugate: TC2Vector; |
| Public | function Dot(const AVector: TC2Vector): TComplex; |
| Public | function NullVector: TC2Vector; |
| Public | function ToString: string; |
| Public | function ToString(APrecision, ADigits: integer): string; |
Description
Methods
| Public | function Conjugate: TC2Vector; |
|
Returns the element-wise complex conjugate of the vector. | |
| Public | function Dot(const AVector: TC2Vector): TComplex; |
|
Returns the Hermitian inner product of two complex vectors. Parameters
| |
| Public | function NullVector: TC2Vector; |
|
Returns the zero vector of | |
| Public | function ToString: string; |
|
Converts the vector to its default string representation. | |
| Public | function ToString(APrecision, ADigits: integer): string; |
|
Converts the vector to a formatted string with controlled precision. Parameters
| |
Generated by PasDoc 1.0.4.