Click or drag to resize

VectorExtensions Class

[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.VectorExtensions"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearAlgebraVectorExtensions

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class VectorExtensions

The VectorExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodImaginary(VectorComplex32) Gets a real vector representing the imaginary parts of a complex vector.
Public Extension MethodImaginary(VectorComplex) Gets a real vector representing the imaginary parts of a complex vector.
Public Extension MethodReal(VectorComplex32) Gets a real vector representing the real parts of a complex vector.
Public Extension MethodReal(VectorComplex) Gets a real vector representing the real parts of a complex vector.
Public Extension MethodToComplex(VectorComplex32) Converts a vector to double precision complex numbers.
Public Extension MethodToComplex(VectorDouble) Gets a double precision complex vector with the real parts from the given vector.
Public Extension MethodToComplex32(VectorComplex) Converts a vector to single precision complex numbers.
Public Extension MethodToComplex32(VectorSingle) Gets a single precision complex vector with the real parts from the given vector.
Public Extension MethodToDouble Converts a vector to double precision.
Public Extension MethodToSingle Converts a vector to single precision.
Top
See Also