Skip to main content

replicated

Method of RealArray.

Overloads

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

replicated(integer factor) -> RealArray

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

Parameters

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

replicated(integer rowFactor, integer colFactor) -> RealArray

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

Parameters

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