<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.geomatikuygulamalar.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.geomatikuygulamalar.com/wiki/feed.php">
        <title>GU Dokümantasyon</title>
        <description></description>
        <link>http://www.geomatikuygulamalar.com/wiki/</link>
        <image rdf:resource="http://www.geomatikuygulamalar.com/wiki/lib/images/favicon.ico" />
       <dc:date>2012-05-20T08:47:58+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_minus?rev=1315840887&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_sum?rev=1315840728&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_det?rev=1315840619&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_transpose?rev=1315840499&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_inverse?rev=1315840364&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_multiply?rev=1315840121&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.geomatikuygulamalar.com/wiki/lib/images/favicon.ico">
        <title>GU Dokümantasyon</title>
        <link>http://www.geomatikuygulamalar.com/wiki/</link>
        <url>http://www.geomatikuygulamalar.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_minus?rev=1315840887&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-12T18:21:27+03:00</dc:date>
        <dc:creator>Ali Senem</dc:creator>
        <title>gupa_matrix_minus</title>
        <link>http://www.geomatikuygulamalar.com/wiki/gupa_matrix_minus?rev=1315840887&amp;do=diff</link>
        <description>English

Request
 Parameter  Type  Unit  Description matrix_a  point  JSON Array First Matrix. Should be written in JSON Array form. Form :  [1,5,6],[3.4,6,6],[4.66,8,9]  matrix_b  point  JSON Array  Second Matrix. Should be written in JSON Array form. Form :  [1,5,1],[2.4,6.1,3],[0.16,1,2] 
Response
 Parameter  Type  Unit  Description matrix  point  JSON Array  Extraction result. Should be written in JSON Array form. Form : [0,0,5],[1,-0.099,3],[4.5,7,7]</description>
    </item>
    <item rdf:about="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_sum?rev=1315840728&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-12T18:18:48+03:00</dc:date>
        <dc:creator>Ali Senem</dc:creator>
        <title>gupa_matrix_sum - oluşturuldu</title>
        <link>http://www.geomatikuygulamalar.com/wiki/gupa_matrix_sum?rev=1315840728&amp;do=diff</link>
        <description>English

Request
 Parameter  Type  Unit  Description matrix_a  point  JSON Array First Matrix. Should be written in JSON Array form. Form :  [1,5,6],[3.4,6,6],[4.66,8,9]  matrix_b  point  JSON Array  Second Matrix. Should be written in JSON Array form. Form :  [1,5,1],[2.4,6.1,3],[0.16,1,2] 
Response
 Parameter  Type  Unit  Description matrix  point  JSON Array Addition result. Should be written in JSON Array form. Form : [2,10,7],[5.8,12.1,9],[4.82,9,11]</description>
    </item>
    <item rdf:about="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_det?rev=1315840619&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-12T18:16:59+03:00</dc:date>
        <dc:creator>Ali Senem</dc:creator>
        <title>gupa_matrix_det - oluşturuldu</title>
        <link>http://www.geomatikuygulamalar.com/wiki/gupa_matrix_det?rev=1315840619&amp;do=diff</link>
        <description>English

Request
 Parameter  Type  Unit  Description matrix_a  point  JSON Array Matrix will change in to the determinant. Should be written in JSON Array form. Form :  [1,5,6],[3.4,6,6],[4.66,8,9] 
Response
 Parameter  Type  Unit  Description det  Double   Determinant result.</description>
    </item>
    <item rdf:about="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_transpose?rev=1315840499&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-12T18:14:59+03:00</dc:date>
        <dc:creator>Ali Senem</dc:creator>
        <title>gupa_matrix_transpose - oluşturuldu</title>
        <link>http://www.geomatikuygulamalar.com/wiki/gupa_matrix_transpose?rev=1315840499&amp;do=diff</link>
        <description>English

Request
 Parameter  Type  Unit  Description matrix_a  point  JSON Array Matrix will change in to the transpose. Should be written in JSON Array form. Form :  [1,5,6],[3.4,6,6],[4.66,8,9] 
Response
 Parameter  Type  Unit  Description matrix  point  JSON Array Transpose result. Should be written in JSON Array form. Form : [1,3.4,4.66],[5,6,8],[6,6,9]</description>
    </item>
    <item rdf:about="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_inverse?rev=1315840364&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-12T18:12:44+03:00</dc:date>
        <dc:creator>Ali Senem</dc:creator>
        <title>gupa_matrix_inverse</title>
        <link>http://www.geomatikuygulamalar.com/wiki/gupa_matrix_inverse?rev=1315840364&amp;do=diff</link>
        <description>English

Request
 Parameter  Type  Unit  Description matrix_a  point  JSON Array Matrix will change in to the inverse. Should be written in JSON Array form. Form :  [1,5,6],[3.4,6,6],[4.66,8,9] 
Response
 Parameter  Type  Unit  Description matrix  point  JSON Array Inverse result. Should be written in JSON Array form. Form : [-0.510,-0.255,0.510],[0.224,1.612,-1.224],[0.064,-1.301,0.935]</description>
    </item>
    <item rdf:about="http://www.geomatikuygulamalar.com/wiki/gupa_matrix_multiply?rev=1315840121&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-12T18:08:41+03:00</dc:date>
        <dc:creator>Ali Senem</dc:creator>
        <title>gupa_matrix_multiply</title>
        <link>http://www.geomatikuygulamalar.com/wiki/gupa_matrix_multiply?rev=1315840121&amp;do=diff</link>
        <description>English

Request
 Parameter  Type  Unit  Description matrix_a  point  JSON Array First Matrix. Should be written in JSON Array form. Form :  [1,5,6],[3.4,6,6],[4.66,8,9]  matrix_b  point  JSON Array  Second Matrix. Should be written in JSON Array form. Form :  [1,5,1],[2.4,6.1,3],[0.16,1,2] 
Response
 Parameter  Type  Unit  Description matrix  point  JSON Array Multiplication result. Should be written in JSON Array form. Form : [13.96,41.5,28],[18.75,59.59,33.4],[25.3,81.1,46.66]</description>
    </item>
</rdf:RDF>

