Click or drag to resize

VectorTOuterProduct(VectorT) Method

Computes the outer product M[i,j] = u[i]*v[j] of this and another vector.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> OuterProduct(
	Vector<T> other
)

Parameters

other  VectorT
The other vector

Return Value

MatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.OuterProduct(Altaxo.Calc.LinearAlgebra.Vector{`0})"]

See Also