Record TC3VectorHelper
Unit
Declaration
type TC3VectorHelper = record helper for TC3Vector
Description
Record helper for TC3Vector providing additional operations specific to 3-component complex vectors.
Overview
Methods
| Public | function Conjugate: TC3Vector; |
| Public | function Dot(const AVector: TC3Vector): TComplex; |
| Public | function NullVector: TC3Vector; |
| Public | function ToString: string; |
| Public | function ToString(APrecision, ADigits: integer): string; |
Description
Methods
| Public | function Conjugate: TC3Vector; |
|
Returns the element-wise complex conjugate of the vector. | |
| Public | function Dot(const AVector: TC3Vector): TComplex; |
|
Returns the Hermitian inner product of two complex vectors. Parameters
| |
| Public | function NullVector: TC3Vector; |
|
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.