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/Subview.php

14 lines
148 B
PHP
Raw Normal View History

2019-03-07 15:19:47 +00:00
<?php
namespace Arma\Internal;
2019-03-13 15:19:05 +00:00
/**
* Interface of object subview (Mat, Col, Row, SpMat).
*
* @package Arma\Internal
*/
2019-03-07 15:19:47 +00:00
interface Subview
{
}