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

14 lines
163 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 dense matrix/vector.
*
* @package Arma
*/
2019-03-23 16:24:34 +00:00
abstract class MapVal implements Internal\Scalar
{
}