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

14 lines
176 B
PHP

<?php
namespace Arma;
/**
* Diagonal subview of sparse matrix.
*
* @package Arma\Internal
*/
abstract class SpDiagView implements Internal\Sparse, Internal\Diagonal
{
}