Skip to main content

replicated

Method of ComplexArray.

Overloads

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

replicated(integer factor) -> ComplexArray

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

Parameters

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

replicated(integer rowFactor, integer colFactor) -> ComplexArray

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

Parameters

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