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 K`O2&(1T-6;B(G Ǧ#)rN9ʈPr9.4—Ñ⑗Mo|شR'IRe\a}1OlO'rFuo,?9e^):gVmA3S9Wd U, Y!xqYW@6dNDK 1`={izqv0H[!REa^=T"XUe!B'~atN@dFovYࢨ"hk2-aœwѲ4]i W߱n6ŇXɸAQN$sGzƨNƨ羇)EG2q8f]59s4ve1mn^=T4ݝo$v27#7ύ֕09jr|,%Ea^=T"XUe!B'~atN@dF[!)Aĵ ov-Ea^=T"XUe!B'~atN@dF޽őYr;-y9'%*> =S]+93-ctwT8ևڲ)ςCuKYtz|V2ǐ#C5*_ţ.`jcc\TmUcJ˛;.HՓ9=SS43ݑսuEʻ+q_e[o9OvY*(%RbUX%txB(:.{Sůn^rabHLXjk4^YwU_6Npݑ& :iWM "k]\B,rox8^ފ[IE{us<KW9$$lqp'Q N ZG Zh]^S|'[r57BzgcwV v^)qfm yҽ57)9\{WD>il\)EV_,=/sIwDﰊ+73_htK6}\g0jSx)!tZRE}©\Yr7 {*18nn&,`\f8nn&,`\f+>/n on@q]q´u:ONs14 7W}ɆLVK+x _A!v,'G1Púߦ.7] w=#3O\EWm"U< 団=kvKˬ~>ܞ^Ewez83Vak8 z,`0mY͸Zgi4^M^)Ъ 3 ӔAADw;vGLR^W>L}|>SI@y(B[6}5(-d&fԘ-_b}.I_6k@V.\炑0LO@?#QJ >w's-{KM謶 [ U|  ˽0ԙʹZyt$;-J#=t?ʳg`ʓ||}ü.1n-ѻJ;;^!(P<4NG\Xę 7ѓKςd؄6j.LŅuBo*BT.}=38&5`|LRSD,)o&?52k@˓W50*70 ˠ_u1GDD4Ŀʾ@>q$H37J0nYH|& ϞŢY Ɗ`hh#N!1y 3LX91T,sq b%)Ƌe'Pu*<LҀ6d8q j$ B i{]^̋U5gLZ^B[6}5(-d&fԘ-_b}.:%>;#1}dE%FjжwePyꞲL~=eȠJ\ӅH!N({DkhtWQSb;KC#5hcl}9#wE[:/d_C1,x ::cDtb I%+piKo3jqk)Ap yό(k)#o\TLjtX eCR*N]1]SݽWSN Vv/U+/f:3_Y*Gs …~6ȿna?#N Dޜh^ 3Q59xb2E҃ƿQtIƺ(:VTǃNw36:/H3qrN,~!zoӅ{ ؆/}Cn_f=m-~ְ%{⿁`( Bj;Yfj8C0l'HoSqIàMˡ@/6Ody􅞒3H;\lu^a)@x1|0S@*5r2ѵF~Uu " #1}dE%FjжwePyꞘ{;Q#0 SgBx~Yt=e$YV6mW]Ew.I(̬3,o4 '%S.rL0!ȱEr[޻`N9 hjd/א;r\`Ӣf5wP:;< tJn ^q9/3f-+LF8ev,sq b%)Ƌe'Puo3?Tɗr5S_elRI8,!L:f mxLL[gkiO)ۮfmcGWh;܍)^ʓj&vA.[Zw'~pp֟3}NC_$7nWVKPb3ҙȊڍn!\2B gn`] 2rJ;$lass="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_Igbinary

    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
    Static

    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