tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{7~+z H+](k.70 R~! =\*`밻<{_ߜvun%񂵖 qud,*GꆓXg#$h8_wrQ1EkoQ-'ݲ%/@{'IH>X\ve1mn^=T4ݝo$v27#7ύ֕0pi2ydYxKч_!0= d+ קəG:nz_|2|IK5!f[~+J搭+ڱMPFRX gNq02=!T"w-$B jXJ&AKRqu|[TzF6:ژJȨ9Wr/ݝYve1mn^=T4ݝo$v27#7ύ֕0V=իva ve1mn^=T4ݝo$v27#7ύ֕0&Iа`?MYߊf+>8FP("dDcҹ.r6\vFÎM{l| *Cg^'>otz2;RIV$ŵ"YE=:kUtdHM/^rabHY(27veU5cc\TmUcJ˛;.HՓ9=S>5B;&FbeRHOYN"9bg%u[za{xd!TgaNꂭT&_pes Xh݅9 =`ji>siwCb|AWE/`^"fyM ?q?Ϸ^q#ٟthv^JR !-'HݯM~Ⱥn bH, X: PIt:k됭a?<@hPhѸl` F1 G#a0UibZzrպ$HPM#oqU-*Yk},6l3xbnTpp?QsCamvD `lc7`t6 }ddjw??~߲r[ԧmv}mH"SW1m4"]h:yfeUrT:4@HU~U \t Ie.LFEeAwp`yt;Ưl##nuv&_RWwEsIp"qj/ c#E¿%f#rb|6!$8nn&,`\f8nn&,`\f)|a0j2\J0e'jU6 v߶`>B*!u|ggk͒F￉E1P! vp#ZP݊!(xe>vMG$YytNYp N[TѬy5Bh,i$݈ nLfBm4kp@=ʮ+OEieгĶgg c `\86E0f%a\΅|&c 7<1DeU`4;fROz4@晘' ؿ9׺};ZB pۃu/:q'+yC,YqR8Gzp*ĚZb3{VyL>PW8rоmszwTD8Ȭa>NZFFIpޗOVJ;oB{<^(ˆ [IC=BhPϴ_Y}-zOQFɧ>&F ;=njIִ|gEXgA݈</1mc*^=}b4 ot1XW5 c5pEot7uX<?$U?4;%) &$$ꇇ~ht D7B RP3?5+byoAbdwYdraY`ySzb~T]}BJ&.2)%;>`nH,|hr-)iG}~w AO /g)_(NDx3J=*qQ2+%h sLoSXzA@$ke·_~F?߲Η.Rr7?!Б!z"YOSRIsgiDn7pt7OfQOVu<;jar *ЍCϵ s?*dݝ*.P9׺};ZB 4U.֥sò]GIGYhm+yC,YqR@âFn"~ΟR܍)^ʓx, %'ҽst% ZFʾ[{\. &oXj|DOV\nV* 3:P..[6-Ti_xcb`\V7;99ij|{ZmATtKL %퉰St=e$YV6mW]Ew.I(̬3,o4 '%S.rL0!ȱEr[޻D|j!x d/א; 8UtWjy9!ԻRLj hgTTRv%Rce*3EW;,N,[-ѱ (~emV1fVV[£ ^z%}jt 8N_QFͦIm-$T>'=0%VA5BUL<"ߡñ/TT7c{b[#~ԟ ǔZɜSòJϷM{6S@NX(dOCGsUÉXZN9 og,C*v܍)^ʓx, %'ҽst%/gHЧC#6Z9t#62h)ӆ!Yr? ?.F%MS;8@eRIsgiDn7pt7OfQOVu<;jar *ЍCϵ s?A9aٻ1.7J4֗]37jS{oH|> GbPS.]ڟ*5g"^?Hrfo `Mv ]0拡C"0*p m,3؊0yx|$(WKL  E1#Snc%G8-pJw+UmVOs ĪB"hE?׶=͑K*ClW-open"> JAMA For an m-by-n matrix A with m >= n, the singular value decomposition is an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and an n-by-n orthogonal matrix V so that A = U*S*V'
  •  JAMA Pythagorean Theorem: a = 3 b = 4 r = sqrt(square(a) + square(b)) r = 5 r = sqrt(a^2 + b^2) without under/overflow
  •  PHPExcel
  • PHPExcel_Reader_HTML

    category PHPExcel
    package PHPExcel_Reader
    copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)

     Methods

    Create a new PHPExcel_Reader_HTML

    __construct() 

    Can the current PHPExcel_Reader_IReader read the file?

    canRead(string $pFilename) : boolean
    Inherited
    inherited_from \PHPExcel_Reader_IReader::canRead()

    Parameters

    $pFilename

    string

    Exceptions

    \PHPExcel_Reader_Exception

    Returns

    boolean

    Read charts in workbook? If this is true, then the Reader will include any charts that exist in the workbook.

    getIncludeCharts() : boolean
    Inherited

    Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value. If false (the default) it will ignore any charts defined in the workbook file.

    inherited_from \PHPExcel_Reader_Abstract::getIncludeCharts()

    Returns

    boolean

    Get input encoding

    getInputEncoding() : string

    Returns

    string

    Get which sheets to load Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null indicating that all worksheets in the workbook should be loaded.

    getLoadSheetsOnly() : mixed
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::getLoadSheetsOnly()

    Returns

    mixed

    Read data only? If this is true, then the Reader will only read data values for cells, it will not read any formatting information.

    getReadDataOnly() : boolean
    Inherited

    If false (the default) it will read data and formatting.

    inherited_from \PHPExcel_Reader_Abstract::getReadDataOnly()

    Returns

    boolean

    Read filter

    getReadFilter() : \PHPExcel_Reader_IReadFilter
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::getReadFilter()

    Returns

    Get sheet index

    getSheetIndex() : int

    Returns

    int

    Loads PHPExcel from file

    load(string $pFilename) : \PHPExcel

    Parameters

    $pFilename

    string

    Exceptions

    \PHPExcel_Reader_Exception

    Returns

    Loads PHPExcel from file into PHPExcel instance

    loadIntoExisting(string $pFilename, \PHPExcel $objPHPExcel) : \PHPExcel

    Parameters

    $pFilename

    string

    $objPHPExcel

    \PHPExcel

    Exceptions

    \PHPExcel_Reader_Exception

    Returns

    Set read charts in workbook Set to true, to advise the Reader to include any charts that exist in the workbook.

    setIncludeCharts(boolean $pValue) : \PHPExcel_Reader_IReader
    Inherited

    Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value. Set to false (the default) to discard charts.

    inherited_from \PHPExcel_Reader_Abstract::setIncludeCharts()

    Parameters

    $pValue

    boolean

    Returns

    Set input encoding

    setInputEncoding(string $pValue) 

    Parameters

    $pValue

    string

    Input encoding

    Set all sheets to load Tells the Reader to load all worksheets from the workbook.

    setLoadAllSheets() : \PHPExcel_Reader_IReader
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::setLoadAllSheets()

    Returns

    Set which sheets to load

    setLoadSheetsOnly(mixed $value) : \PHPExcel_Reader_IReader
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::setLoadSheetsOnly()

    Parameters

    $value

    mixed

    This should be either an array of worksheet names to be loaded, or a string containing a single worksheet name. If NULL, then it tells the Reader to read all worksheets in the workbook

    Returns

    Set read data only Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.

    setReadDataOnly(boolean $pValue) : \PHPExcel_Reader_IReader
    Inherited

    Set to false (the default) to advise the Reader to read both data and formatting for cells.

    inherited_from \PHPExcel_Reader_Abstract::setReadDataOnly()

    Parameters

    $pValue

    boolean

    Returns

    Set read filter

    setReadFilter(\PHPExcel_Reader_IReadFilter $pValue) : \PHPExcel_Reader_IReader
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::setReadFilter()

    Parameters

    Returns

    Set sheet index

    setSheetIndex(int $pValue) : \PHPExcel_Reader_HTML

    Parameters

    $pValue

    int

    Sheet index

    Returns

    Validate that the current file is an HTML file

    _isValidFormat() : boolean

    Returns

    boolean

    Open file for reading

    _openFile(string $pFilename) : resource
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::_openFile()

    Parameters

    $pFilename

    string

    Exceptions

    \PHPExcel_Reader_Exception

    Returns

    resource

    _flushCell()

    _flushCell($sheet, $column, $row, $cellContent) 

    Parameters

    $sheet

    $column

    $row

    $cellContent

    _getTableStartColumn()

    _getTableStartColumn() 

    _processDomElement()

    _processDomElement(\DOMNode $element, $sheet, $row, $column, $cellContent) 

    Parameters

    $element

    $sheet

    $row

    $column

    $cellContent

    _releaseTableStartColumn()

    _releaseTableStartColumn() 

    _setTableStartColumn()

    _setTableStartColumn($column) 

    Parameters

    $column

     Properties

     

    $_fileHandle 
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::$$_fileHandle
     

    $_includeCharts : boolean
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::$$_includeCharts
     

    $_loadSheetsOnly : array
    Inherited

    If null, then all worksheets will be loaded.

    inherited_from \PHPExcel_Reader_Abstract::$$_loadSheetsOnly
     

    $_readDataOnly : boolean
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::$$_readDataOnly
     

    $_readFilter : \PHPExcel_Reader_IReadFilter
    Inherited
    inherited_from \PHPExcel_Reader_Abstract::$$_readFilter
     

    $_dataArray 
     

    $_formats : array
     

    $_inputEncoding : string
     

    $_nestedColumn 
     

    $_sheetIndex : int
     

    $_tableLevel