diff options
author | Brijeshcr | 2017-07-07 23:18:44 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 23:18:44 +0530 |
commit | 66947ae0dc7f4dad982728385f1b3c4639a3f671 (patch) | |
tree | 9dc98f59f8da0ab53db91d3fe623fb9c422a6781 /2.3-1/demos/GIVENS.dem.sce | |
parent | ab2d4e957b52edb2c04bd524a2c062c8058623c8 (diff) | |
parent | c95aaac087ab0b259b6e60bfe87ce96ac1e10bcc (diff) | |
download | Scilab2C-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.sce | 18 |
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"); |