replicated
Method of ComplexMatrix.
Overloads
| Name | Description |
|---|---|
replicated(integer factor) -> ComplexMatrix | Replicates the elements of the ComplexMatrix lhs by the specified factors. |
replicated(integer rowFactor, integer colFactor) -> ComplexMatrix | Replicates 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.