Click or drag to resize

NMathFunctionsRepMat(DoubleMatrix, DoubleMatrix) Method

Repeats the matrix, A, and places it in B.

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

Parameters

A  DoubleMatrix
Original matrix.
B  DoubleMatrix
Destination matrix.

Return Value

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