Click or drag to resize

VectorBitwiseAnd Operator

Multiplies vector a[i] by vector b[j] and returns matrix with components a[i]*b[j]

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix operator &(
	Vector a,
	Vector b
)

Parameters

a  Vector
First vector
b  Vector
Second vector

Return Value

Matrix
Matrix with number of rows equals to first vector length and numbers of column equals to second vector length
See Also