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

14 lines
184 B
PHP

<?php
namespace Arma;
/**
* Dense matrix subview as a column vector.
*
* @package Arma
*/
abstract class SvCol implements Internal\DenseNonResizableVector, Internal\Subview
{
}