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
Raw Permalink Normal View History

2019-03-07 15:19:47 +00:00
<?php
namespace Arma;
2019-03-08 14:15:02 +00:00
/**
2019-03-26 11:54:58 +00:00
* Diagonal subview of sparse matrix.
2019-03-08 14:15:02 +00:00
*
* @package Arma\Internal
*/
2019-03-18 14:49:42 +00:00
abstract class SpDiagView implements Internal\Sparse, Internal\Diagonal
2019-03-07 15:19:47 +00:00
{
}