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

14 lines
154 B
PHP
Raw Normal View History

2019-02-22 01:54:21 +00:00
<?php
namespace Arma;
2019-02-23 02:07:23 +00:00
/**
* Interface for a row vector with complex numbers as elements.
*
* @package Arma
*/
2019-02-22 01:54:21 +00:00
interface CxRowvec extends CxVec
{
}