tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{fЄhNԋ|qxMZX#1yJ<3<ݪPń)< H%:ECrQ-?b1?ցK0GV+UVtPhofzR,BCCBqHW k#.~i4O<J@Z<<{I}e #!7nF!`g\ +5Hd`;R0ƭYD,\; ?DK 1`={lOԚZMDӓ[:>}ib|J/n\j&rJ%+j[,xl2O& _ݺ.e]ịI" ,*ze[%^k^t\І+2F{Gug>#.~؍sCBd'KRxە\І+2F{Gug>#.~!e.yBc@?9SYa5& mN2:v3ζ4CѨm];Ob "PJy-=`J`w 6 ݑ& :iWM QٷCobcIE{us<KWrQziQ҉wEʧck=<1I F &y29?r57S'ddRb|AWE/`le)0Mx?(DA)2 ׷ 6@…Jap$<.SU=NVBHl)KQGh7hbFreGmrHM7&<9d].v(5yPPN*RkGp/Ylm3sb$8s6P2O==8nn&,`\fsr& G6?5=j]JN7)vF=/g*àe{Lɲlj6l[*B]<u֘5[0+{ ؆/}Cn_f=m/ۗld Um#+5e.c3B[cyK\U{˩b*;~n!8pái.7] w=8$#Z0gg@t=e$YV6mW]Ewe4vE kZ/:,!1Qe4o tLWʃwt؟D6%8X}Ey9׺};ZB /L;Cϕ].p;bK+[.J}]LD6q> <ɷdL $gJüشC IUwc [ɏo+cp~Lw6IAR ~k1+nv-ȇMa֘n TS*js LݴKٍ ͔`]< 団=kvKˬx+ےoO@rhIz _h <1d[]feir{_/p7uTQz +ZM vJQ-?? CZPvgAba'Dy …~6ȿp!K}CoP,drh Ln.7] w="<5%4đHs5}o[LZ@-1B83ks1T^_cFR{]$@! F'-xs\dRnH,|hr-)iG@F-ߒ,w(}&~ ;|E~s WsE~T?1ϸ } k0!dw0ә.^cOKOTU&h."iM"ȎaT5 ap㑹`"ㆲ.w1*]wiC. %NDk1+nv-|ۗ0 _.Egv&Nx%wYs LFZ` j "**`q$((.$waWX5ۍ['5 -/V6J2¾!G L#mGVrvdej"w:`jg;:STE~0GJİ KQ>.Ww>̓hmj) 6|@.EzZh_~,?wPCtgFnyTM*wGtQ79Z`>$3-z.LG0V:Nun#2yѺtr>h)ӆ>Lw[yuV-6tl*IھaϿ v.m@AwP3>_') +ؓVyPDjhe? NPw9(Թ~=;>,sq b%)Ƌe'PuЖP'966rFL?Ʉx5JoB i{]^̋U5g]n#eGe!+TǎcPܮc=oΗ' Ov&Nx%wYs LFZ`Cx i?-QybU[vA ꖿ5 :@쨕 Gs͑K*ClW[G sIGiRD?rQ֥WmȩMVBRt!ѓeDinqp'm xg*:fɣpj*xRHrFLoZ).yI0Ei,+݂0G]w0??a V˩E?ңnZte WsE~T?1ϸ } k0!dw0ә.^cOKOTU&h."i'.GOϴ·N=s v;pCHc" (пPfs[0Pe)+cXC[4)eVBPݏ6L_>%Ieޣ|\ӆRԉ޵i'g"^?Hbv­2Adϱ)Im7|w$͚'DgKQJ >w's-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_DocumentProperties

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

     Methods

    Implement PHP __clone to create a deep clone, not just a shallow copy.

    __clone() 

    Create a new PHPExcel_DocumentProperties

    __construct() 

    convertProperty()

    convertProperty($propertyValue, $propertyType) 
    Static

    Parameters

    $propertyValue

    $propertyType

    convertPropertyType()

    convertPropertyType($propertyType) 
    Static

    Parameters

    $propertyType

    Get Category

    getCategory() : string

    Returns

    string

    Get Company

    getCompany() : string

    Returns

    string

    Get Created

    getCreated() : \datetime

    Returns

    \datetime

    Get Creator

    getCreator() : string

    Returns

    string

    Get a List of Custom Property Names

    getCustomProperties() : array

    Returns

    arrayof string

    Get a Custom Property Type

    getCustomPropertyType(string $propertyName) : string

    Parameters

    $propertyName

    string

    Returns

    string

    Get a Custom Property Value

    getCustomPropertyValue(string $propertyName) : string

    Parameters

    $propertyName

    string

    Returns

    string

    Get Description

    getDescription() : string

    Returns

    string

    Get Keywords

    getKeywords() : string

    Returns

    string

    Get Last Modified By

    getLastModifiedBy() : string

    Returns

    string

    Get Manager

    getManager() : string

    Returns

    string

    Get Modified

    getModified() : \datetime

    Returns

    \datetime

    Get Subject

    getSubject() : string

    Returns

    string

    Get Title

    getTitle() : string

    Returns

    string

    Check if a Custom Property is defined

    isCustomPropertySet(string $propertyName) : boolean

    Parameters

    $propertyName

    string

    Returns

    boolean

    Set Category

    setCategory(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

    Set Company

    setCompany(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

    Set Created

    setCreated(\datetime $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    \datetime

    Returns

    Set Creator

    setCreator(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

    Set a Custom Property

    setCustomProperty(string $propertyName, mixed $propertyValue, string $propertyType) : \PHPExcel_DocumentProperties

    Parameters

    $propertyName

    string

    $propertyValue

    mixed

    $propertyType

    string

    'i' : Integer 'f' : Floating Point 's' : String 'd' : Date/Time 'b' : Boolean

    Returns

    Set Description

    setDescription(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

    Set Keywords

    setKeywords(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

    Set Last Modified By

    setLastModifiedBy(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

    Set Manager

    setManager(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

    Set Modified

    setModified(\datetime $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    \datetime

    Returns

    Set Subject

    setSubject(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

    Set Title

    setTitle(string $pValue) : \PHPExcel_DocumentProperties

    Parameters

    $pValue

    string

    Returns

     Properties

     

    $_category : string
     

    $_company : string
     

    $_created : \datetime
     

    $_creator : string
     

    $_customProperties : string
     

    $_description : string
     

    $_keywords : string
     

    $_lastModifiedBy : string
     

    $_manager : string
     

    $_modified : \datetime
     

    $_subject : string
     

    $_title : string

     Constants

     

    constants

    PROPERTY_TYPE_BOOLEAN 
     

    PROPERTY_TYPE_DATE

    PROPERTY_TYPE_DATE 
     

    PROPERTY_TYPE_FLOAT

    PROPERTY_TYPE_FLOAT 
     

    PROPERTY_TYPE_INTEGER

    PROPERTY_TYPE_INTEGER 
     

    PROPERTY_TYPE_STRING

    PROPERTY_TYPE_STRING 
     

    PROPERTY_TYPE_UNKNOWN

    PROPERTY_TYPE_UNKNOWN