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/internal/SparseResizableVector.php
2019-03-27 16:29:00 +08:00

14 lines
202 B
PHP

<?php
namespace Arma\Internal;
/**
* Interface for resizable (non-subview) sparse vectors.
*
* @package Arma\Internal
*/
interface SparseResizableVector extends SparseVector, ResizableVector
{
}