You are here

public function PHPExcel_Shared_JAMA_LUDecomposition::getDoublePivot in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/LUDecomposition.php \PHPExcel_Shared_JAMA_LUDecomposition::getDoublePivot()

* Alias for getPivot * *

See also

getPivot

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/LUDecomposition.php, line 178

Class

PHPExcel_Shared_JAMA_LUDecomposition
@package JAMA

Code

public function getDoublePivot() {
  return $this
    ->getPivot();
}