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/impl/DRowvec.php
2019-02-14 19:11:36 +08:00

9 lines
61 B
PHP

<?php
namespace Arma;
class DRowvec implements Rowvec
{
}