You are here

public function PHPExcel_Shared_JAMA_Matrix::getArray in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php \PHPExcel_Shared_JAMA_Matrix::getArray()

* getArray * *

Return value

array Matrix array

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php, line 123

Class

PHPExcel_Shared_JAMA_Matrix

Code

public function getArray() {
  return $this->A;
}