Click or drag to resize

NMathFunctionsRepMat(DoubleVector, DoubleMatrix) Method

Treats the vector as a row vector and places it in A.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static void RepMat(
	DoubleVector v,
	DoubleMatrix A
)

Parameters

v  DoubleVector
Original vector.
A  DoubleMatrix
Destination matrix.

Return Value

A new matrix with the repeated data.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown when A's size is not a multiple of v.
See Also