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

14 lines
174 B
PHP

<?php
namespace Arma;
/**
* Subview of a sparse matrix.
*
* @package Arma
*/
abstract class SpSvMat implements Internal\SparseNonResizableMatrix, Internal\Subview
{
}