Click or drag to resize

NMathFunctionsRepMat Method

Overload List
 NameDescription
Public methodStatic memberRepMat(DoubleMatrix, DoubleMatrix) Repeats the matrix, A, and places it in B.
Public methodStatic memberRepMat(DoubleVector, DoubleMatrix) Treats the vector as a row vector and places it in A.
Public methodStatic memberRepMat(DoubleMatrix, Int32, Int32) Repeats the matrix m x n times.
Public methodStatic memberRepMat(DoubleVector, Int32, Int32) Treats the vector as a row vector and repeats it m x n times.
Public methodStatic memberRepMat(DoubleMatrix, Int32, Int32, DoubleMatrix) Repeats the source matrix m x n times in the destination matrix
Top
See Also