summaryrefslogtreecommitdiff
path: root/2.3-1/demos/QR.dem.sce
diff options
context:
space:
mode:
authorBrijeshcr2017-07-07 23:18:59 +0530
committerBrijeshcr2017-07-07 23:18:59 +0530
commit8d1da9568248c9a0572da08a7039e75e84d782b0 (patch)
tree3ba883603cd82837c8c69e4a5a2bb42d0a2d2c18 /2.3-1/demos/QR.dem.sce
parent64fa8ed8e573e7ef5d6d8e984f6a836b6967e4af (diff)
parent66947ae0dc7f4dad982728385f1b3c4639a3f671 (diff)
downloadScilab2C-8d1da9568248c9a0572da08a7039e75e84d782b0.tar.gz
Scilab2C-8d1da9568248c9a0572da08a7039e75e84d782b0.tar.bz2
Scilab2C-8d1da9568248c9a0572da08a7039e75e84d782b0.zip
Merge branch 'sandeep'
Changes demo for LinearAlgebra
Diffstat (limited to '2.3-1/demos/QR.dem.sce')
-rw-r--r--2.3-1/demos/QR.dem.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/2.3-1/demos/QR.dem.sce b/2.3-1/demos/QR.dem.sce
new file mode 100644
index 00000000..7d2fc1a3
--- /dev/null
+++ b/2.3-1/demos/QR.dem.sce
@@ -0,0 +1,18 @@
+// Copyright (C) 2017 - IIT Bombay - FOSSEE
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+// Author: Sandeep Gupta
+// Organization: FOSSEE, IIT Bombay
+// Email: toolbox@scilab.in
+
+
+lines(0);
+
+global SCI2CHOME
+
+scilab2c(SCI2CHOME+"/tests/unit_tests/testLinearAlgebra/testqr/testQR.sci", TMPDIR,SCI2CHOME+"/tests/unit_tests/testLinearAlgebra/testqr");
+
+editor(TMPDIR+"/main.c");