SingularMatrixException.php 96 Bytes
Newer Older
冯超鹏's avatar
冯超鹏 committed
1 2 3 4 5 6 7
<?php
namespace MathPHP\Exception;

class SingularMatrixException extends MatrixException
{
 
}