This repository has been archived on 2020-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
php-armadillo/stubs/SpMat.php
2019-02-24 11:39:51 +08:00

14 lines
132 B
PHP

<?php
namespace Arma;
/**
* Interface for a sparse matrix.
*
* @package Arma
*/
interface SpMat extends Internal\MatBase
{
}