public function testZeroExceptionRowsLessThanOne()
 {
     $this->setExpectedException('MathPHP\\Exception\\OutOfBoundsException');
     MatrixFactory::zero(0, 2);
 }