Add default content

This commit is contained in:
Dennis Eichhorn 2017-10-28 14:10:18 +02:00
parent 18f7df45c3
commit 2e860aa782
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?php
/**
* Orange Management
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types = 1);
namespace phpOMS\Math\Matrix;
class EigenValueDecomposition
{
}

View File

@ -0,0 +1,20 @@
<?php
/**
* Orange Management
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types = 1);
namespace phpOMS\Math\Matrix;
class SingularValueDecomposition
{
}