Overload List

  NameDescription
RepMat(DoubleMatrix, DoubleMatrix)
Repeats the matrix, A, and places it in B.
RepMat(DoubleVector, DoubleMatrix)
Treats the vector as a row vector and places it in A.
RepMat(DoubleMatrix, Int32, Int32)
Repeats the matrix m x n times.
RepMat(DoubleVector, Int32, Int32)
Treats the vector as a row vector and repeats it m x n times.
RepMat(DoubleMatrix, Int32, Int32, DoubleMatrix)
Repeats the source matrix m x n times in the destination matrix

See Also