index
:
scilab2c/.git
master
Tool capable to translate Scilab code into C code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit_tests
/
test_jacobi
/
scilabcode
/
modktest.sci
blob: 613cd33b313aacefbd42a7892683d2a35d56d72e (
plain
)
1
2
3
4
5
function modktest() m=[0.1 0.2 0.3]; s=%k(m); disp(s); endfunction