f
repmat<T>(): matrix<T>
x: T | array<T> | matrix<T>,
m: number,
n?: number
3 overloads
Replicate and tile an array or matrix.
Usage
import * as mod from "matarrs/repmat.ts";
Replicate and tile an array or matrix.
import * as mod from "matarrs/repmat.ts";