tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{ڧ+aw8lf_Ҭ+b-(-n. %AI59 %܇&_ \H?s ״>-ҍ~A\nbTHza)'Ǫ}wѬ9|hce`iOfYYQO·! U8(",%⡝k4NXפ]$uʒ+w-$B jXJ&AKRqu|[TzF6:ژ"x"Wf!꧓w-$B jXJ&AKRqu|[TzF6:ژa`X<b.:8H|ԄKǦlR\8UJUA۱N|GȄm)h5qQٷCobcDpבB`Q~?p kˈJ}KD,)"HFbeRHOYN!{=H$:PBIV$ŵ"YE=if tnCҸ9-{1 )*Y3-h9 s@cEACEX} qkEGYq)]Y(V2!WjɳPjt`E0)i"ѡIs[MW9xKl>krs? f><*G)IQ eb&_1ИNM?kxJ~9I|=)V@' 4in$b<['./㡿[)C09NMSS6zJJg+\% # n-mJٻT >N0&<;,WJH 's3UTzF젔>xxfY2+Z) v2bR<Ζl5j#%k'tm+<+%MFJG/62pԩU=A]@cĕ "~@ti!ՎQf\]b F}nD- ˳(ķ_w>ka!P$9 ć:ѩ6HNrFYWR8\ui$ Dϭ'm7)bt4JzW*szx>1 ܷ3(8nn&,`\f8nn&,`\fNsh @q>}}9H%iI(fQxup~uOY`]儆BWg٢TdJ6SD$))?/Ӿѥc9.":VX PxL{sNPfsI=1,x ::cDtb I%+piK?b.dp\$( ^~22tZ!(>}o[LZ@-1B83Q}TEtGWpⶖE%w7_Q$ߟe0-}XuE JwyPDjhe? NPw/'aV? =Q{?`_mb\w{J}Y-~¢#T=Nm3) f\; `g:#@l8M61 gO|_(4*ino+uelRI8,!˟H6`n$0%Fay3ۏYĘùQ4&Փm7|wL5u?} =YTe /cnoˆv>eE>AUbt9FX2,l}KѕA^yA+ACn!Ɔ{?|p\,)¾]ֿ`pE;? c"N6M­U{ j^k@e[G~ؐ0W Ѵ Dʢ^`ˈu(ϐ ^~22tZ!(>}o[LZ@-1B8305=Hgb u%UӎkP\jDD$w#[ EIWyYu6t ʛ>51d9oY_(c8"=QJ >w's-{KM謶 [I9ŀ;S{``V=A7|1cexf⽧=8zxVY~M^n]JGl9us/ >I^[.7] w="<5%4S +Vp'!z;@o͑K*ClW[G sIGiRDdže Z=s=,z4Ao&?52k@ǔuOv_0=mLDg/u!!{N[ϛt<~@6}4%E-i^@@UBelRI8,!S.dNI!>2 DJm V,iAu '4v:@/@v@N3{17*8O3Pcf=m:y#ã5\.'ZIap.D.\Ib%tШBPa*~DXnt| 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_CSV

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

     Methods

    Create a new PHPExcel_Reader_CSV

    __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

    Get Contiguous

    getContiguous() : boolean

    Returns

    boolean

    Get delimiter

    getDelimiter() : string

    Returns

    string

    Get enclosure

    getEnclosure() : string

    Returns

    string

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

    getLineEnding() : 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() : integer

    Returns

    integer

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

    listWorksheetInfo(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 Contiguous

    setContiguous(boolean $contiguous) 

    Parameters

    $contiguous

    boolean

    Set delimiter

    setDelimiter(string $pValue) : \PHPExcel_Reader_CSV

    Parameters

    $pValue

    string

    Delimiter, defaults to ,

    Returns

    Set enclosure

    setEnclosure(string $pValue) : \PHPExcel_Reader_CSV

    Parameters

    $pValue

    string

    Enclosure, defaults to "

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

    setLineEnding(string $pValue) : \PHPExcel_Reader_CSV

    Parameters

    $pValue

    string

    Line ending, defaults to OS line ending (PHP_EOL)

    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

    Set sheet index

    setSheetIndex(integer $pValue) : \PHPExcel_Reader_CSV

    Parameters

    $pValue

    integer

    Sheet index

    Returns

    Validate that the current file is a CSV 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

    Move filepointer past any BOM marker

    _skipBOM() 

     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
     

    $_contiguous : int
    access private
     

    $_contiguousRow : int
     

    $_delimiter : string
    access private
     

    $_enclosure : string
    access private
     

    $_inputEncoding : string
    access private
     

    $_lineEnding : string
    access private
     

    $_sheetIndex : int
    access private