tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{Z^bׯ!NYAEAb[LKtxřm‡uzND5f BBEm:r.۟v1h!\+(E _"Il̚TZeyZw FGd A$Bq񏛩F ϰC2Ď;}4h9҃j1~co$v27#7ύ֕0x^3/#_:Ҧv- ["$ k|B]RW8Q,cz4L4e 'ݲ%/@{'I_N U̒% l\1Bted/A|#4/]];OǛ)̙oDY#|qub 6.]Y1 Y/ʟ(9h\І+2F{Gug>#.~.Krh D2Vh(2\)d8+VZB]RW8Q,cz4L4e 2=3ވІqW[=?aB]RW8Q,cz4L4e aU Y$.q[StR9'(TMk?*N(=coָ7($3+4W\mbU6 dܠUxJ b?eQA9ǩtShck=<1I F &m-郃A"M$41HL`H$־HxnR6<\7JĨ}`݈K 74\ 5WCG샻F}L`IE{us<KW!:da\[3/ڡ  V(ˡŮxܧю> ʕeY3-h9 |z>H:h"rduh)6J7YoK >;+W/YB.7%ab?&M] ӝEl\ !*ZgUd*Į&rkKeB8Ӻ.1b$FW+QˏЌ(:͟ԟQ .rUje96Go pkVGg}u+cx!ٲ'm .(5-p}D {XáS8KIKq+ ~^k fF7%'Bs*o3Tث8nn&,`\fQ΍Dd[ 9aH6y.@' +Q| B?}GLR^W>L}ñ \ ~.(9>R!8_̀KcSI)?:>qm>Zi^!1Ă%Nf/'aV? =Q ҆,,v$go]KxV!KkU|fq^Vg}'ADo* ~X<?$U?4;%) &$$ꇇwe6mmp:4Slu.<4hh#N!1y 3LX91Tnz@G2}I'7Ez^ +n;X޸ a8Ûʔ}upⶖE%w7_Q$ߟe0-"0]$SIsƣȯsL!#T̰"#=& >]8F'EX3m}MRES&#Jz,2Ŝ=g0 tJn ^q9/3f-+L}3B;ҫȖ9V>B)x%Bf!h|#U/@}~dDs])H\-کuF'FG,i$݈ nLfBmr kYwLBU C,%_~ ik7JoFP>eNC]u1ݕbY`!gmTI1AYd?AOtצYQx9P12v)zz4 jԛu!Fy S_M'zv6Uz44< -Ԇ&*M%ћϒH.X;:STE~0GJİ KQ>.Ww>̓hmj) 6|@.Ez n1띴pv*Š;ȫi6IKwd{ygXV1n&f), S6eźU7KŎ_VYu]pIc`;Mr'NiHG}/xQ瑄&XL׎g:tٛ/d8mGKImo6VzEeQ-)[^R*Bذ1"ٌ'?1Sp1t3ZcJT003lLle<`CΜ~ 0YGYe3PW8rоmZ^ }nH,|hrn-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
  • Class for creating Root PPS's for OLE containers

    author Xavier Noguer
    category PHPExcel
    package PHPExcel_Shared_OLE

     Methods

    Returns the amount of data saved for this PPS

    _DataLen() : integer
    Inherited
    access public
    inherited_from \PHPExcel_Shared_OLE_PPS::_DataLen()

    Returns

    integerThe amount of data (in bytes)

    The constructor

    __construct(integer $time_1st, integer $time_2nd, $raChild) 

    Parameters

    $time_1st

    integer

    A timestamp

    $time_2nd

    integer

    A timestamp

    $raChild

    Calculate some numbers

    _calcSize(array $raList) : array
    access public

    Parameters

    $raList

    array

    Reference to an array of PPS's

    Returns

    arrayThe array of numbers

    Returns a string with the PPS's WK (What is a WK?)

    _getPpsWk() : string
    Inherited
    access public
    inherited_from \PHPExcel_Shared_OLE_PPS::_getPpsWk()

    Returns

    stringThe binary string

    get small data (PPS's with data smaller than PHPExcel_Shared_OLE::OLE_DATA_SIZE_SMALL)

    _makeSmallData(array $raList) 
    access public

    Parameters

    $raList

    array

    &$raList Reference to array of PPS's

    Saving Big Block Depot

    _saveBbd(integer $iSbdSize, integer $iBsize, integer $iPpsCnt) 
    access public

    Parameters

    $iSbdSize

    integer

    $iBsize

    integer

    $iPpsCnt

    integer

    Saving big data (PPS's with data bigger than PHPExcel_Shared_OLE::OLE_DATA_SIZE_SMALL)

    _saveBigData(integer $iStBlk, array $raList) 
    access public

    Parameters

    $iStBlk

    integer

    $raList

    array

    &$raList Reference to array of PPS's

    Save OLE header

    _saveHeader(integer $iSBDcnt, integer $iBBcnt, integer $iPPScnt) 
    access public

    Parameters

    $iSBDcnt

    integer

    $iBBcnt

    integer

    $iPPScnt

    integer

    Saves all the PPS's WKs

    _savePps(array $raList) 
    access public

    Parameters

    $raList

    array

    Reference to an array with all PPS's

    Updates index and pointers to previous, next and children PPS's for this PPS.

    _savePpsSetPnt(array $raList, $to_save, $depth) : integer
    InheritedStatic

    I don't think it'll work with Dir PPS's.

    access public
    inherited_from \PHPExcel_Shared_OLE_PPS::_savePpsSetPnt()

    Parameters

    $raList

    array

    &$raList Reference to the array of PPS's for the whole OLE container

    $to_save

    $depth

    Returns

    integerThe index for this PPS

    Method for saving the whole OLE container (including files).

    save(string | resource $filename) : mixed

    In fact, if called with an empty argument (or '-'), it saves to a temporary file and then outputs it's contents to stdout. If a resource pointer to a stream created by fopen() is passed it will be used, but you have to close such stream by yourself.

    access public

    Parameters

    $filename

    stringresource

    The name of the file or stream where to save the OLE container.

    Returns

    mixedtrue on success

    Helper function for caculating a magic value for block sizes

    _adjust2(integer $i2) : integer
    Static
    access public
    see \save()

    Parameters

    $i2

    integer

    The argument

    Returns

    integer

     Properties

     

    $DirPps : integer
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$DirPps
     

    $Name : string
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$Name
     

    $NextPps : integer
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$NextPps
     

    $No : integer
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$No
     

    $PrevPps : integer
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$PrevPps
     

    $Size : integer
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$Size
     

    $Time1st : integer
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$Time1st
     

    $Time2nd : integer
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$Time2nd
     

    $Type : integer
    Inherited

    Dir, Root or File

    inherited_from \PHPExcel_Shared_OLE_PPS::$$Type
     

    $_StartBlock : integer
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$_StartBlock
     

    $_data : string
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$_data
     

    $children : array
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$children
     

    $ole : \OLE
    Inherited
    inherited_from \PHPExcel_Shared_OLE_PPS::$$ole
     

    $_tmp_dir : string