Matrix<T>.ConjugateTransposeThisAndMultiply(Vector<T>, Vector<T>) Method |
Multiplies the conjugate transpose of this matrix with a vector and places the results into the result vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void ConjugateTransposeThisAndMultiply(
Vector<T> rightSide,
Vector<T> result
)
Parameters
- rightSide Vector<T>
- The vector to multiply with.
- result Vector<T>
- The result of the multiplication.
Exceptions
See Also