a = Matrix::uniform(100, 100); } /** * @Subject * @Iterations(5) * @OutputTimeUnit("seconds", precision=3) */ public function repeat() : void { $this->a->repeat(100, 100); } }