tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{\Fv,ʟC%KqAO&{S{@"7B-1Fӡ`,ʻbfr"J2m‡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оm20=%20U*S*V'.html"> 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_Shared_Escher_DgContainer_SpgrContainer_SpContainer

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

     Methods

    Get cell coordinates of bottom-right corner of shape

    getEndCoordinates() : string

    Returns

    string

    Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width

    getEndOffsetX() : int

    Returns

    int

    Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height

    getEndOffsetY() : int

    Returns

    int

    Get the nesting level of this spContainer.

    getNestingLevel() : int

    This is the number of spgrContainers between this spContainer and the dgContainer. A value of 1 = immediately within first spgrContainer Higher nesting level occurs if and only if spContainer is part of a shape group

    Returns

    intNesting level

    Get an option for the Shape Group Container

    getOPT(int $property) : mixed

    Parameters

    $property

    int

    The number specifies the option

    Returns

    mixed

    Get the collection of options

    getOPTCollection() : array

    Returns

    array

    Get the shape flag

    getSpFlag() : int

    Returns

    int

    Get the shape index

    getSpId() : int

    Returns

    int

    Get the shape type

    getSpType() : int

    Returns

    int

    Get whether this is a group shape

    getSpgr() : boolean

    Returns

    boolean

    Get cell coordinates of upper-left corner of shape

    getStartCoordinates() : string

    Returns

    string

    Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width

    getStartOffsetX() : int

    Returns

    int

    Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height

    getStartOffsetY() : int

    Returns

    int

    Set cell coordinates of bottom-right corner of shape

    setEndCoordinates(string $value) 

    Parameters

    $value

    string

    Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width

    setEndOffsetX($endOffsetX) 

    Parameters

    $endOffsetX

    Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height

    setEndOffsetY(int $endOffsetY) 

    Parameters

    $endOffsetY

    int

    Set an option for the Shape Group Container

    setOPT(int $property, mixed $value) 

    Parameters

    $property

    int

    The number specifies the option

    $value

    mixed

    Set parent Shape Group Container

    setParent(\PHPExcel_Shared_Escher_DgContainer_SpgrContainer $parent) 

    Set the shape flag

    setSpFlag(int $value) 

    Parameters

    $value

    int

    Set the shape index

    setSpId(int $value) 

    Parameters

    $value

    int

    Set the shape type

    setSpType(int $value) 

    Parameters

    $value

    int

    Set whether this is a group shape

    setSpgr(boolean $value) 

    Parameters

    $value

    boolean

    Set cell coordinates of upper-left corner of shape

    setStartCoordinates(string $value) 

    Parameters

    $value

    string

    Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width

    setStartOffsetX(int $startOffsetX) 

    Parameters

    $startOffsetX

    int

    Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height

    setStartOffsetY(int $startOffsetY) 

    Parameters

    $startOffsetY

    int

     Properties

     

    $_OPT : array
     

    $_endCoordinates : string

    'B2'

     

    $_endOffsetX : int
     

    $_endOffsetY : int
       

    $_spFlag : int
     

    $_spId : boolean

    ..)

     

    $_spType : int
     

    $_spgr : boolean
     

    $_startCoordinates : string

    'A1'

     

    $_startOffsetX : int
     

    $_startOffsetY : int