tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{cT@fB#`ѫSw΄ -Hm‡uzND5f BBEm:r.۟v1h!\+(E _"Il̚TZeyZw FGd A$Bq񏛩F ϰC2Ď;}4h9҃j1~co$v27#7ύ֕0x^3/#_:Ҧv- ["$ k|B]RW8Q,cz4L4e 'ݲ%/@{'I_N U̒% l\1Bted/A|#4/]];OǛ)̙oDY#|qub 6.]Y1 Y/ʟ(9h\І+2F{Gug>#.~.Krh D2Vh(2\)d8+VZB]RW8Q,cz4L4e 2=3ވІqW[=?aB]RW8Q,cz4L4e aU Y$.q[StR9'(TMk?*N(=coָ7($3+4W\mbU6 dܠUxJ b?eQA9ǩtShck=<1I F &m-郃A"M$41HL`H$־HxnR6<\7JĨ}`݈K 74\ 5WCG샻F}L`IE{us<KW!:da\[3/ڡ  V(ˡŮxܧю> ʕeY3-h9 |z>H:h"rduh)6J7YoK >;+W/YB.7%ab?&M] ӝEl\ !*ZgUd*Į&rkKeB8Ӻ.1b$FW+QˏЌ(:͟ԟQ .rUje96Go pkVGg}u+cx!ٲ'm .(5-p}D {XáS8KIKq+ ~^k fF7%'Bs*o3Tث8nn&,`\fQ΍Dd[ 9aH6y.@' +Q| B?}GLR^W>L}ñ \ ~.(9>R!8_̀KcSI)?:>qm>Zi^!1Ă%Nf/'aV? =Q ҆,,v$go]KxV!KkU|fq^Vg}'ADo* ~X<?$U?4;%) &$$ꇇwe6mmp:4Slu.<4hh#N!1y 3LX91Tnz@G2}I'7Ez^ +n;X޸ a8Ûʔ}upⶖE%w7_Q$ߟe0-"0]$SIsƣȯsL!#T̰"#=& >]8F'EX3m}MRES&#Jz,2Ŝ=g0 tJn ^q9/3f-+L}3B;ҫȖ9V>B)x%Bf!h|#U/@}~dDs])H\-کuF'FG,i$݈ nLfBmr kYwLBU C,%_~ ik7JoFP>eNC]u1ݕbY`!gmTI1AYd?AOtצYQx9P12v)zz4 jԛu!Fy S_M'zv6Uz44< -Ԇ&*M%ћϒH.X;:STE~0GJİ KQ>.Ww>̓hmj) 6|@.Ez n1띴pv*Š;ȫi6IKwd{ygXV1n&f), S6eźU7KŎ_VYu]pIc`;Mr'NiHG}/xQ瑄&XL׎g:tٛ/d8mGKImo6VzEeQ-)[^R*Bذ1"ٌ'?1Sp1t3ZcJT003lLle<`CΜ~ 0YGYe3PW8rоmZ^ }nH,|hrn-folder-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_Excel2003XML

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

     Methods

    Create a new PHPExcel_Reader_Excel2003XML

    __construct() 

    Can the current PHPExcel_Reader_IReader read the file?

    canRead(string $pFilename) : boolean

    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 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

    Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)

    listWorksheetInfo(string $pFilename) 

    Parameters

    $pFilename

    string

    Exceptions

    \PHPExcel_Reader_Exception

    Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object

    listWorksheetNames(string $pFilename) 

    Parameters

    $pFilename

    string

    Exceptions

    \PHPExcel_Reader_Exception

    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 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

    Open file for reading

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

    Parameters

    $pFilename

    string

    Exceptions

    \PHPExcel_Reader_Exception

    Returns

    resource

    _convertStringEncoding()

    _convertStringEncoding($string, $charset) 
    Static

    Parameters

    $string

    $charset

    _hex2str()

    _hex2str($hex) 
    Static

    Parameters

    $hex

    _parseRichText()

    _parseRichText($is) 

    Parameters

    $is

    pixel units to excel width units(units of 1/256th of a character width)

    _pixel2WidthUnits(\pxs $pxs) : 
    Static

    Parameters

    $pxs

    \pxs

    Returns

    excel width units(units of 1/256th of a character width) to pixel units

    _widthUnits2Pixel(\widthUnits $widthUnits) : 
    Static

    Parameters

    $widthUnits

    \widthUnits

    Returns

    identifyFixedStyleValue()

    identifyFixedStyleValue($styleList, $styleAttributeValue) 
    Static

    Parameters

    $styleList

    $styleAttributeValue

     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
     

    $_charSet : string
     

    $_styles : array