diff options
author | Sandeep Gupta | 2017-07-07 13:09:29 +0530 |
---|---|---|
committer | Sandeep Gupta | 2017-07-07 13:09:29 +0530 |
commit | 13425b1158d1c0934bd1f7824405036acd53b25b (patch) | |
tree | 7406223434c26b8f222789cb30d3bec68992ed52 /2.3-1/demos/QR.dem.sce | |
parent | 282cbe9542cddac862b88d3431a18db9df781ba7 (diff) | |
download | Scilab2C-13425b1158d1c0934bd1f7824405036acd53b25b.tar.gz Scilab2C-13425b1158d1c0934bd1f7824405036acd53b25b.tar.bz2 Scilab2C-13425b1158d1c0934bd1f7824405036acd53b25b.zip |
Demo-updated
Diffstat (limited to '2.3-1/demos/QR.dem.sce')
-rw-r--r-- | 2.3-1/demos/QR.dem.sce | 18 |
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"); |