projects
/
scilab.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7deea29d7ca812973463bd8c468e5d94f82c382b
[scilab.git]
/
scilab
/
modules
/
types
/
src
/
java
/
org
/
scilab
/
modules
/
types
/
package.html
1
<html>
2
<body>
3
This package provides a representation of most of the Scilab datatypes.<br />
4
<br />
5
6
Example:<br />
7
<code>
8
double [][]a={{21.2, 22.0, 42.0, 39.0},{23.2, 24.0, 44.0, 40.0}};<br />
9
ScilabDouble aMatrix = new ScilabDouble(a);
10
</code>
11
</body>
12
</html>