tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{Ux(G ~*lEBftgҬ+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_CachedObjectStorageFactory

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

     Methods

    Clear the cache storage

    finalize() 
    Static

    Return the list of all possible cache storage methods

    getAllCacheStorageMethods() : string[]
    Static

    Returns

    string[]

    Return the current cache storage class

    getCacheStorageClass() : \PHPExcel_CachedObjectStorage_ICache | NULL
    Static

    Return the current cache storage method

    getCacheStorageMethod() : string | NULL
    Static

    Returns

    stringNULL

    Return the list of all available cache storage methods

    getCacheStorageMethods() : string[]
    Static

    Returns

    string[]

    Initialise the cache storage

    getInstance(\PHPExcel_Worksheet $parent) : \PHPExcel_CachedObjectStorage_ICache
    Static

    Parameters

    $parent

    \PHPExcel_Worksheet

    Enable cell caching for this worksheet

    Returns

    Identify the cache storage method to use

    initialize(string $method, array $arguments) : boolean
    Static

    Parameters

    $method

    string

    Name of the method to use for cell cacheing

    $arguments

    array

    of mixed $arguments Additional arguments to pass to the cell caching class when instantiating

    Returns

    boolean

     Properties

     

    $_cacheStorageClass : string
     

    $_cacheStorageMethod : string
     

    $_storageMethodDefaultParameters : array
     

    $_storageMethodParameters : array
     

    $_storageMethods : string[]

     Constants

     

    cache_igbinary

    cache_igbinary 
     

    cache_in_memory

    cache_in_memory 
     

    cache_in_memory_gzip

    cache_in_memory_gzip 
     

    cache_in_memory_serialized

    cache_in_memory_serialized 
     

    cache_to_apc

    cache_to_apc 
     

    cache_to_discISAM

    cache_to_discISAM 
     

    cache_to_memcache

    cache_to_memcache 
     

    cache_to_phpTemp

    cache_to_phpTemp 
     

    cache_to_sqlite

    cache_to_sqlite 
     

    cache_to_sqlite3

    cache_to_sqlite3 
     

    cache_to_wincache

    cache_to_wincache