summaryrefslogtreecommitdiff
path: root/2.3-1/demos/GIVENS.dem.sce
diff options
context:
space:
mode:
authorBrijeshcr2017-07-07 23:18:44 +0530
committerBrijeshcr2017-07-07 23:18:44 +0530
commit66947ae0dc7f4dad982728385f1b3c4639a3f671 (patch)
tree9dc98f59f8da0ab53db91d3fe623fb9c422a6781 /2.3-1/demos/GIVENS.dem.sce
parentab2d4e957b52edb2c04bd524a2c062c8058623c8 (diff)
parentc95aaac087ab0b259b6e60bfe87ce96ac1e10bcc (diff)
downloadScilab2C-66947ae0dc7f4dad982728385f1b3c4639a3f671.tar.gz
Scilab2C-66947ae0dc7f4dad982728385f1b3c4639a3f671.tar.bz2
Scilab2C-66947ae0dc7f4dad982728385f1b3c4639a3f671.zip
Changes Demo
Diffstat (limited to '2.3-1/demos/GIVENS.dem.sce')
-rw-r--r--2.3-1/demos/GIVENS.dem.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/2.3-1/demos/GIVENS.dem.sce b/2.3-1/demos/GIVENS.dem.sce
new file mode 100644
index 00000000..0ab2d2a7
--- /dev/null
+++ b/2.3-1/demos/GIVENS.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/testgivens/testgivens.sci", TMPDIR,SCI2CHOME+"/tests/unit_tests/testLinearAlgebra/testgivens");
+
+editor(TMPDIR+"/main.c");