tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{Ux(G ~*lE>g D68oo?:y2wX3"ڬJ5Yoj|"A VQhCEsMxЃQ]* EGvN+vE>8)Beէ&IZ?WdcI(ӧ X^ܽ H/7w.4M&L*Ef1!Y/>1]i W߱n6ŇXɸAQN$sGzƨNƨ(j+s잦-ם$I>L\y/)TMk?*N(=coָ7(GGS@$tP=ɝ,Wܯ`gYf:'קəG:nz_|2|IK5!f[~+J搭+ڱMP!E*xWYIn}]i W߱n6ŇXɸAQN$sGzƨNƨF~csZy]i W߱n6ŇXɸAQN$sGzƨNƨn`Vuev7QAyH*zEW9ve1mn^=T4ݝBJAߎͪ>8q60d}+ŽuI=fB0 +yFbhD3h n;';&=Ƃ $8"us jE6H'D8tKr7)wS#8tȺvX[ &|PG[< ϴXxWS@(JBbĵ67 E@2WJĨ}`݈΋Wwq9{ tPC*'wl)mļ%i=9{o}exeJָӤDz1=iy>Ab[zocW /yAE[J5o cɅW:_%򜸖]dPSwyOp/$RGGKkƐ sX$5U3%3P`ٟ1NVIB }1!Yq)UyA0=9ߓ #:WYnQ R2 ܮIg?׹Kk׷b*C8:L+Z) v2bR<ΖlIS;&̣kVtssCс7aM2?;Jvn-q3>8<5׹ FL!f9g<+Jͺ)WFS%BO.!|e1ĩdW!-Ǔ}Wd'1+"owr>B*!u|g)jM@񌴩6//C-6-2ڐ8nn&,`\f8nn&,`\f&.`sxhp 9s }HUa]s'kT[sO+ѽV 7s>:>S ]Fy !_ WsE~T?"@U@F:EȋX9Wݎh4lc: r1{VeǽH@2FEHXxyPDjhe`t#^Hoެa>NZFFIpޗOVJ;oBS-..7] w="<5%4ۦt5*ص{#,Vq&wYkiTn̍Yst*aEdS nQAO򔱈2| \^Q5c>VߙӲxAp x!OԷs~|l V!6? |Lċmnzr2HqKX߿9LeMpA#hh#N!1y 3LX91TGh_+wi v^6 ( ol>DdiW"U2q !z=.ղu$~E{/3f-+L܈r%]&+UJ͎z ǫ ք/:,!1Qe4o tLWʃwt.f46಍}ڴje@e8o9#ZGR 38MA`Ҋ~E\)?X 8 )X PxL{]l493A?$Lcڭo~AW[VˎWxt5>>30J5S0iV:qҺ\Eh;熺1:1rw !6? |Lċmnzc~-mVjK1^%ý2H;!4EC,hk Pi}o[LZ@-1B833NV08waxG<:Z58.Gz5~76Z)h96G{B0f0W_v ŗb1mJm V,iAu fx3۷c{5`,t v}u)YEG&䎞06/pH%ý2H;!4EC,hk y2\tvn%3.=f >vMG$YytNYp N[CּUjV}:q"9ӝ V-_GX3b̧ 5ugs2$#yySH, mo1%qcե0lD%~h'{Nվ E?ޝ?*$;UdMߖRQMG\]̤uqXvx}GӉw X PxL{]l493A?$Lcڭo~AW[VˎWxt5>>30J5S0i(lj5zw^Am~vkCi].҃B8R^p._XhXGe!+TǎcPR |BqWm&u (.[&Ģ2x x;A\1Ѹ1Qyt"1ØrZjYQ&ۜjf/'8܅? sT 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_MemoryGZip

    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) 
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::__construct()

    Parameters

    $parent

    \PHPExcel_Worksheet

    The worksheet for this cell collection

    Add or Update a cell in cache identified by coordinate address

    addCacheData(string $pCoord, \PHPExcel_Cell $cell) : void

    Parameters

    $pCoord

    string

    Coordinate address of the cell to update

    $cell

    \PHPExcel_Cell

    Cell to update

    Exceptions

    \PHPExcel_Exception

    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
    InheritedStatic
    inherited_from \PHPExcel_CachedObjectStorage_ICache::cacheMethodIsAvailable()

    Returns

    boolean

    Clone the cell collection

    copyCellCollection(\PHPExcel_Worksheet $parent) : void
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_ICache::copyCellCollection()

    Parameters

    $parent

    \PHPExcel_Worksheet

    The new worksheet

    Delete a cell in cache identified by coordinate address

    deleteCacheData(string $pCoord) 
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_ICache::deleteCacheData()

    Parameters

    $pCoord

    string

    Coordinate address of the cell to delete

    Exceptions

    \PHPExcel_Exception

    Get cell at a specific coordinate

    getCacheData(string $pCoord) : \PHPExcel_Cell

    Parameters

    $pCoord

    string

    Coordinate of the cell

    Exceptions

    \PHPExcel_Exception

    Returns

    \PHPExcel_CellCell that was found, or null if not found

    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
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::getCurrentAddress()

    Returns

    string

    Return the column address of the currently active cell object

    getCurrentColumn() : string
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::getCurrentColumn()

    Returns

    string

    Return the row address of the currently active cell object

    getCurrentRow() : string
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::getCurrentRow()

    Returns

    string

    Get highest worksheet column

    getHighestColumn(string $row) : string
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::getHighestColumn()

    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
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::getHighestRow()

    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
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::getHighestRowAndColumn()

    Returns

    arrayHighest column name and highest row number

    Return the parent worksheet for this cell collection

    getParent() : \PHPExcel_Worksheet
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::getParent()

    Returns

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

    getSortedCellList() : void
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_ICache::getSortedCellList()

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

    isDataSet(string $pCoord) : boolean
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_ICache::isDataSet()

    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
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::moveCell()

    Parameters

    $fromAddress

    string

    Current address of the cell to move

    $toAddress

    string

    Destination address of the cell to move

    Returns

    boolean

    Clear the cell collection and disconnect from our parent

    unsetWorksheetCells() : void

    Add or Update a cell in cache

    updateCacheData(\PHPExcel_Cell $cell) : void
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_ICache::updateCacheData()

    Parameters

    $cell

    \PHPExcel_Cell

    Cell to update

    Exceptions

    \PHPExcel_Exception

    Generate a unique ID for cache referencing

    _getUniqueID() : string
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::_getUniqueID()

    Returns

    stringUnique Reference

    Store cell data in cache for the current cell object if it's "dirty", and the 'nullify' the current cell object

    _storeData() : void

    Exceptions

    \PHPExcel_Exception

     Properties

     

    $_cellCache : array
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::$$_cellCache
     

    $_currentCellIsDirty : boolean
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::$$_currentCellIsDirty
     

    $_currentObject : \PHPExcel_Cell
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::$$_currentObject
     

    $_currentObjectID : string
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::$$_currentObjectID
     

    $_parent : \PHPExcel_Worksheet
    Inherited
    inherited_from \PHPExcel_CachedObjectStorage_CacheBase::$$_parent