tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{[/xOh,CL dV\ |>Q0!|+703B |> ^6_P لwlӂU{Jx .]kBAĄ =>g.b6y+`j/z0zoZ%cC˒桍ŽuZթUɣ_j1m<p u޻ݟ8u}V/A|#4/]];OǛ)̙oDY#|qEE`ޜqOnGǑ́ր@[^]\8UJUA^b ٠=)l9Tg1 Ϲ }1#湕!7nF!`g\ +5Hd`;R0ƭYD,\; ?|:}.dj%9x\/A|#4/]];OǛ)̙uGOGٙ'H1EE9~j%R/A|#4/]];OǛ)̙E~kJ!͖ǘg=ݍ@H1 Y/ʟ(9h\І+2F{GNf $ؗe4pX'$9`FsL%ws)~;Qc01>Sgc?yx?h#/|Z]b"{aPdMv?_6׶p[|h7̥ =KN%բzɈGa8ƒKk'@wl)mļ%OFl@IV$ŵ"YE=if tnCҸ9ᗽU~FPO8Ș3>EX<?$U?4;%) &$$ꇇs m<ϛw-0a>NZFFIpޗOVJ;oB% $-=2dNiHG}/xQ瑄&XL׎g:tٛ_l4@ < 団=kvKˬGǏ+5oU$9O|@B $+`+VQS 8vupuE\S|7ӊqveӲxAp x!O mK RX o|i[6E5u=F9)ͺ.'+#ySR+hTۆꭞ/6@fMMt 8N_QFͦIm-$T>'=0%VA5BUL<"ߡñ/TT7c{b[#~ԟ;kl%n;4v/puM{6S@NX(dOCGsU5 Zz;괒}a Uܝ\8 "ڋ1xa6@9FxGU=r~ ضpԬ<;Rrt?ejtvUVļhTm>h..6ia^i8,. d]%^m }eAʥAr(@UYD0ڴje@e8o9#ZGR 389b.%TJ%ScV$>.Uͧ'үxak=XpSxtk׍* ` uxo~H6~贺 ߢ Y*jE?ޝ?*$;UdMߖRQMG\s'e m͏SuEJnb{,@\QsQQݶpeho>Zk-GȡV1P! vp#ZP왲;X7W៼[x?J_?rͷLX 'uUavyճ- yT2(! 7w2r~G QɐXL4,ҽ٨F?B/k!e I_roJR/M#j(6@9FxGU=r~ ]F)kTexnJЎ\现8 Ud\;Jm#+5e.c3B[cyK\U{ow9Nا1 u1hD]d_Czh?:wZ\BA19[?xNr[ޠr5hq_c?Z~YðЪh^ 3QM0Jxv%|qoX9H)t 8N_QFͦIm-$T>'=0%VA5BUL<"ߡñ/TT7c{b[#~ԟ]EXʜ]${F,nDw/¾bVs, 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_Chart

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

     Methods

    Create a new PHPExcel_Chart

    __construct($name, \PHPExcel_Chart_Title $title, \PHPExcel_Chart_Legend $legend, \PHPExcel_Chart_PlotArea $plotArea, $plotVisibleOnly, $displayBlanksAs, \PHPExcel_Chart_Title $xAxisLabel, \PHPExcel_Chart_Title $yAxisLabel) 

    Parameters

    $name

    $title

    $legend

    $plotArea

    $plotVisibleOnly

    $displayBlanksAs

    $xAxisLabel

    $yAxisLabel

    Get the cell address where the bottom right of the chart is fixed

    getBottomRightCell() : string

    Returns

    string

    Get the offset position within the Bottom Right cell for the chart

    getBottomRightOffset() : integer[]

    Returns

    integer[]

    Get the bottom right position of the chart

    getBottomRightPosition() : array

    Returns

    arrayan associative array containing the cell address, X-Offset and Y-Offset from the top left of that cell

    getBottomRightXOffset()

    getBottomRightXOffset() 

    getBottomRightYOffset()

    getBottomRightYOffset() 

    Get Display Blanks as

    getDisplayBlanksAs() : string

    Returns

    string

    Get Legend

    getLegend() : \PHPExcel_Chart_Legend

    Get Name

    getName() : string

    Returns

    string

    Get Plot Area

    getPlotArea() : \PHPExcel_Chart_PlotArea

    Get Plot Visible Only

    getPlotVisibleOnly() : boolean

    Returns

    boolean

    Get Title

    getTitle() : \PHPExcel_Chart_Title

    Get the cell address where the top left of the chart is fixed

    getTopLeftCell() : string

    Returns

    string

    Get the offset position within the Top Left cell for the chart

    getTopLeftOffset() : integer[]

    Returns

    integer[]

    Get the top left position of the chart

    getTopLeftPosition() : array

    Returns

    arrayan associative array containing the cell address, X-Offset and Y-Offset from the top left of that cell

    getTopLeftXOffset()

    getTopLeftXOffset() 

    getTopLeftYOffset()

    getTopLeftYOffset() 

    Get Worksheet

    getWorksheet() : \PHPExcel_Worksheet

    Get X-Axis Label

    getXAxisLabel() : \PHPExcel_Chart_Title

    Get Y-Axis Label

    getYAxisLabel() : \PHPExcel_Chart_Title

    refresh()

    refresh() 

    render()

    render($outputDestination) 

    Parameters

    $outputDestination

    setBottomRightCell()

    setBottomRightCell($cell) 

    Parameters

    $cell

    Set the offset position within the Bottom Right cell for the chart

    setBottomRightOffset(integer $xOffset, integer $yOffset) : \PHPExcel_Chart

    Parameters

    $xOffset

    integer

    $yOffset

    integer

    Returns

    Set the Bottom Right position of the chart

    setBottomRightPosition(string $cell, integer $xOffset, integer $yOffset) : \PHPExcel_Chart

    Parameters

    $cell

    string

    $xOffset

    integer

    $yOffset

    integer

    Returns

    setBottomRightXOffset()

    setBottomRightXOffset($xOffset) 

    Parameters

    $xOffset

    setBottomRightYOffset()

    setBottomRightYOffset($yOffset) 

    Parameters

    $yOffset

    Set Display Blanks as

    setDisplayBlanksAs(string $displayBlanksAs) : \PHPExcel_Chart

    Parameters

    $displayBlanksAs

    string

    Returns

    Set Legend

    setLegend(\PHPExcel_Chart_Legend $legend) : \PHPExcel_Chart

    Parameters

    Returns

    Set Plot Visible Only

    setPlotVisibleOnly(boolean $plotVisibleOnly) : \PHPExcel_Chart

    Parameters

    $plotVisibleOnly

    boolean

    Returns

    Set Title

    setTitle(\PHPExcel_Chart_Title $title) : \PHPExcel_Chart

    Parameters

    Returns

    Set the Top Left cell position for the chart

    setTopLeftCell(string $cell) : \PHPExcel_Chart

    Parameters

    $cell

    string

    Returns

    Set the offset position within the Top Left cell for the chart

    setTopLeftOffset(integer $xOffset, integer $yOffset) : \PHPExcel_Chart

    Parameters

    $xOffset

    integer

    $yOffset

    integer

    Returns

    Set the Top Left position for the chart

    setTopLeftPosition(string $cell, integer $xOffset, integer $yOffset) : \PHPExcel_Chart

    Parameters

    $cell

    string

    $xOffset

    integer

    $yOffset

    integer

    Returns

    setTopLeftXOffset()

    setTopLeftXOffset($xOffset) 

    Parameters

    $xOffset

    setTopLeftYOffset()

    setTopLeftYOffset($yOffset) 

    Parameters

    $yOffset

    Set Worksheet

    setWorksheet(\PHPExcel_Worksheet $pValue) : \PHPExcel_Chart

    Parameters

    Exceptions

    \PHPExcel_Chart_Exception

    Returns

    Set X-Axis Label

    setXAxisLabel(\PHPExcel_Chart_Title $label) : \PHPExcel_Chart

    Parameters

    Returns

    Set Y-Axis Label

    setYAxisLabel(\PHPExcel_Chart_Title $label) : \PHPExcel_Chart

    Parameters

    Returns

     Properties

     

    $_bottomRightCellRef : string
     

    $_bottomRightXOffset : integer
     

    $_bottomRightYOffset : integer
     

    $_displayBlanksAs : string
     

    $_legend : \PHPExcel_Chart_Legend
     

    $_name : string
     

    $_plotArea : \PHPExcel_Chart_PlotArea
     

    $_plotVisibleOnly : boolean
     

    $_title : \PHPExcel_Chart_Title
     

    $_topLeftCellRef : string
     

    $_topLeftXOffset : integer
     

    $_topLeftYOffset : integer
     

    $_worksheet : \PHPExcel_Worksheet
     

    $_xAxisLabel : \PHPExcel_Chart_Title
     

    $_yAxisLabel : \PHPExcel_Chart_Title