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[_pg!C+](k.70 R~! =\*`밻<{_ߜvun%񂵖 qud,*GꆓXg#$h8_wrQ1EkoQ-'ݲ%/@{'IH>X\ve1mn^=T4ݝo$v27#7ύ֕0pi2ydYxKч_!0= d+ קəG:nz_|2|IK5!f[~+J搭+ڱMPFRX gNq02=!T"w-$B jXJ&AKRqu|[TzF6:ژJȨ9Wr/ݝYve1mn^=T4ݝo$v27#7ύ֕0V=իva ve1mn^=T4ݝo$v27#7ύ֕0&Iа`?MYߊf+>8FP("dDcҹ.r6\vFÎM{l| *Cg^'>otz2;RIV$ŵ"YE=:kUtdHM/^rabHY(27veU5cc\TmUcJ˛;.HՓ9=S>5B;&FbeRHOYN"9bg%u[za{xd!TgaNꂭT&_pes Xh݅9 =`ji>siwCb|AWE/`^"fyM ?q?Ϸ^q#ٟthv^JR !-'HݯM~Ⱥn bH, X: PIt:k됭a?<@hPhѸl` F1 G#a0UibZzrպ$HPM#oqU-*Yk},6l3xbnTpp?QsCamvD `lc7`t6 }ddjw??~߲r[ԧmv}mH"SW1m4"]h:yfeUrT:4@HU~U \t Ie.LFEeAwp`yt;Ưl##nuv&_RWwEsIp"qj/ c#E¿%f#rb|6!$8nn&,`\f8nn&,`\f)|a0j2\J0e'jU6 v߶`>B*!u|ggk͒F￉E1P! vp#ZP݊!(xe>vMG$YytNYp N[TѬy5Bh,i$݈ nLfBm4kp@=ʮ+OEieгĶgg c `\86E0f%a\΅|&c 7<1DeU`4;fROz4@晘' ؿ9׺};ZB pۃu/:q'+yC,YqR8Gzp*ĚZb3{VyL>PW8rоmszwTD8Ȭa>NZFFIpޗOVJ;oB{<^(ˆ [IC=BhPϴ_Y}-zOQFɧ>&F ;=njIִ|gEXgA݈</1mc*^=}b4 ot1XW5 c5pEot7uX<?$U?4;%) &$$ꇇ~ht D7B RP3?5+byoAbdwYdraY`ySzb~T]}BJ&.2)%;>`nH,|hr-)iG}~w AO /g)_(NDx3J=*qQ2+%h sLoSXzA@$ke·_~F?߲Η.Rr7?!Б!z"YOSRIsgiDn7pt7OfQOVu<;jar *ЍCϵ s?*dݝ*.P9׺};ZB 4U.֥sò]GIGYhm+yC,YqR@âFn"~ΟR܍)^ʓx, %'ҽst% ZFʾ[{\. &oXj|DOV\nV* 3:P..[6-Ti_xcb`\V7;99ij|{ZmATtKL %퉰St=e$YV6mW]Ew.I(̬3,o4 '%S.rL0!ȱEr[޻D|j!x d/א; 8UtWjy9!ԻRLj hgTTRv%Rce*3EW;,N,[-ѱ (~emV1fVV[£ ^z%}jt 8N_QFͦIm-$T>'=0%VA5BUL<"ߡñ/TT7c{b[#~ԟ ǔZɜSòJϷM{6S@NX(dOCGsUÉXZN9 og,C*v܍)^ʓx, %'ҽst%/gHЧC#6Z9t#62h)ӆ!Yr? ?.F%MS;8@eRIsgiDn7pt7OfQOVu<;jar *ЍCϵ s?A9aٻ1.7J4֗]37jS{oH|> GbPS.]ڟ*5g"^?Hrfo `Mv ]0拡C"0*p m,3؊0yx|$(WKL  E1#Snc%G8-pJw+UmVOs ĪB"hE?׶=ass="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_PHPTemp

    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, array $arguments) 

    Parameters

    $parent

    \PHPExcel_Worksheet

    The worksheet for this cell collection

    $arguments

    array

    of mixed $arguments Additional initialisation arguments

    Destroy this cell collection

    __destruct() 

    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

    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
     

    $_fileHandle : string
     

    $_memoryCacheSize : integer