index
:
Scilab2C_fossee_old/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit_tests
/
testLinearAlgebra
/
testgivens
/
testgivens.sci
blob: 3ef0d284c6dc224c87cac3e0fd4b0dcbf6ecb7b6 (
plain
)
1
2
3
4
5
6
7
function testgivens() a = [1] b = [2] [u,c] = givens(a,b) disp(u) disp(c) endfunction