DenseMatrixDoConjugateTransposeThisAndMultiply(VectorComplex32, VectorComplex32) Method |
Multiplies the conjugate transpose of this matrix with a vector and places the results into the result vector.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override void DoConjugateTransposeThisAndMultiply(
Vector<Complex32> rightSide,
Vector<Complex32> result
)
Parameters
- rightSide VectorComplex32
- The vector to multiply with.
- result VectorComplex32
- The result of the multiplication.
See Also