VectorTOuterProduct(VectorT) Method |
Computes the outer product M[i,j] = u[i]*v[j] of this and another vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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