You are here

private property SingularValueDecomposition::$s in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/SingularValueDecomposition.php \SingularValueDecomposition::s

* Internal storage of singular values. *

Type: array

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/SingularValueDecomposition.php, line 38

Class

SingularValueDecomposition
@package JAMA

Code

private $s = array();