tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{Ux(G ~*lEWn=ugo _51/0uO;%*iJ Ѫ. ^1)I/x0@pT,%RbUX%txPG[< ϴXxWSP|8G0\p7v I&K:h n;'; 0kx8{aiS43ݑսuE_vs+y* ORrO5Ick=<1I F &ޑ䘗kpbq&0Bw̱1HL`H$־H$IIS0NSO}%bۗCF*Yu^̏My4Z4}hp/ &hj+o33q>ϡ*jތ,ssw` >X!S-4 SA-}aAt+w)/1ww)2xjAS2Rw`qN< `u:*́ o:*'d}׳ ֗ӣ/WbnTpp?QsCamvD `lc7`tYR RqnZZX,i+ޱyPP/aJт0 m^K\V=$X0sۑ*{˥80Q%נ'L# @^R8hJX `9u4YbTg.5*'}6O  T ׃9'jRYy^c8nn&,`\f8nn&,`\f=}M*>c}dr1Hz Zع4i {N#QdeݩDRwcxx1UИ Mc2+SXzA@$k׉k\h2Fi7T ZܐǛ-$ %RYp<&tԓRIsgiDn/U Ǿ}BhYTe /cnoˆv>eE>AUbt9FX2qwemXO1P! vp#ZP왲;X7W״M|j\3_ϳƣC,}Ԇ*!Ú0&+TՂ|) =݉ȰK~PwGr]3wLSQu@埒=&?} <XPJ3|Mz~6B cDz̈́h)ӆ)Fʶp?.8(@CRIsgiDnNJБL"Q:a4 4 X6ݷt   pT.l1#B`@Qã5՝Rot=e$YV6mW]Ew6׈lkllh<_`m"|H|bd">;]߉E[5|=" O` ͘#%=NiHG}/xQ瑄&XL׎g:tٛahqOV+wJ#_]LmOhm#+5e.c3B[cyK\U{r?V2A&)C4确guj{CfT,i$݈ nLfBmr kYwLBU C,%_~ ik7JoFP>eNC]$ (eԔS !gmT~qArs cDz̈́Lhs\@>vMG$YytNYp N[CּUjV}:q"9ӝ V-_GX3b̧ 39.S#yySH, J-yCnI:T hýqf\ nUҲZy[>!oSGZ=s}_o m$߀8&Es{e 3j1Rr1A"f<~٧k>)$9O|@B $+`+VQS 8vupuER3 6CvADzD. V>(EW9"x9b)6WJPzϖF0s_]9 _(I pK^_"'w l!?Gy[~sU?]R`qi&vq2& .g,gӄl #ي!UK,)3ɑvՏ3Jt:fWE hj&Hbٟ֫1*z6%t%Hm/,i$݈ nLfBmr kYwLBU C,%_~ ik7JoFP>eNC]Ts~-x79׺};ZB #v GxvDYhY2hXAF"<jW#*c:%>;Rq([VarGD_d"Z|!bO fة8g-ɋ%z$!gqmt7*YפHtʾGCNy)'eۧ`class="icon-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_CachedObjectStorage_CacheBase

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

     Methods

    Initialise this new cell collection

    __construct(\PHPExcel_Worksheet $parent) 

    Parameters

    $parent

    \PHPExcel_Worksheet

    The worksheet for this cell collection

    Identify whether the caching method is currently available Some methods are dependent on the availability of certain extensions being enabled in the PHP build

    cacheMethodIsAvailable() : boolean
    Static

    Returns

    boolean

    Clone the cell collection

    copyCellCollection(\PHPExcel_Worksheet $parent) : void

    Parameters

    $parent

    \PHPExcel_Worksheet

    The new worksheet

    Delete a cell in cache identified by coordinate address

    deleteCacheData(string $pCoord) 

    Parameters

    $pCoord

    string

    Coordinate address of the cell to delete

    Exceptions

    \PHPExcel_Exception

    Get a list of all cell addresses currently held in cache

    getCellList() : array

    Returns

    arrayof string

    Return the cell address of the currently active cell object

    getCurrentAddress() : string

    Returns

    string

    Return the column address of the currently active cell object

    getCurrentColumn() : string

    Returns

    string

    Return the row address of the currently active cell object

    getCurrentRow() : string

    Returns

    string

    Get highest worksheet column

    getHighestColumn(string $row) : string

    Parameters

    $row

    string

    Return the highest column for the specified row, or the highest column of any row if no row number is passed

    Returns

    stringHighest column name

    Get highest worksheet row

    getHighestRow(string $column) : int

    Parameters

    $column

    string

    Return the highest row for the specified column, or the highest row of any column if no column letter is passed

    Returns

    intHighest row number

    Get highest worksheet column and highest row that have cell records

    getHighestRowAndColumn() : array

    Returns

    arrayHighest column name and highest row number

    Return the parent worksheet for this cell collection

    getParent() : \PHPExcel_Worksheet

    Sort the list of all cell addresses currently held in cache by row and column

    getSortedCellList() : void

    Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell?

    isDataSet(string $pCoord) : boolean

    Parameters

    $pCoord

    string

    Coordinate address of the cell to check

    Returns

    boolean

    Move a cell object from one address to another

    moveCell(string $fromAddress, string $toAddress) : boolean

    Parameters

    $fromAddress

    string

    Current address of the cell to move

    $toAddress

    string

    Destination address of the cell to move

    Returns

    boolean

    Add or Update a cell in cache

    updateCacheData(\PHPExcel_Cell $cell) : void

    Parameters

    $cell

    \PHPExcel_Cell

    Cell to update

    Exceptions

    \PHPExcel_Exception

    Generate a unique ID for cache referencing

    _getUniqueID() : string

    Returns

    stringUnique Reference

     Properties

     

    $_cellCache : array
     

    $_currentCellIsDirty : boolean
     

    $_currentObject : \PHPExcel_Cell
     

    $_currentObjectID : string
     

    $_parent : \PHPExcel_Worksheet