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/SvMat.php
2019-03-26 19:54:58 +08:00

14 lines
170 B
PHP

<?php
namespace Arma;
/**
* Subview of a dense matrix.
*
* @package Arma
*/
abstract class SvMat implements Internal\DenseNonResizableMatrix, Internal\Subview
{
}