sciphp/numphp

View on GitHub
src/SciPhp/LinAlg.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

declare(strict_types=1);

namespace SciPhp;

use SciPhp\LinAlg\Decorator;

/**
 * Linear algebra wrapper
 */
final class LinAlg extends Decorator
{}