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

14 lines
177 B
PHP
Raw Normal View History

2019-03-23 16:24:34 +00:00
<?php
namespace Arma;
2019-03-26 11:54:58 +00:00
/**
* Reference to a single value in a sparse matrix.
*
* @package Arma
*/
2019-09-23 15:00:32 +00:00
abstract class SpMapVal implements Internal\Scalar, Internal\Subview
2019-03-23 16:24:34 +00:00
{
}