Skip to main content

replicated

Method of ComplexMatrix.

Overloads

NameDescription
replicated(integer factor) -> ComplexMatrixReplicates the elements of the ComplexMatrix lhs by the specified factors.
replicated(integer rowFactor, integer colFactor) -> ComplexMatrixReplicates the elements of the ComplexMatrix lhs by the specified factors.

replicated(integer factor) -> ComplexMatrix

Replicates the elements of the ComplexMatrix lhs by the specified factors.

Parameters

  • factor: The factor by which to replicate the vector.

replicated(integer rowFactor, integer colFactor) -> ComplexMatrix

Replicates the elements of the ComplexMatrix lhs by the specified factors.

Parameters

  • rowFactor: The factor by which to replicate the rows.
  • colFactor: The factor by which to replicate the columns.