The goal of sciscipy is to give an access to Scilab features inside python.
from scilab import Scilab
sci = Scilab()
x = sci.rand(20, 20)
y = x*x.transpose()
y_inv = sci.inv(y)
The function func in sci.func(x, y) can be a scilab built-in or any user defined function so that scilab libraries can be reused easily in python.
Commercial Use
Modify
Distribute
Place Warranty
Use Patent Claims
Sub-License
Hold Liable
Distribute Original
Disclose Source
Include Copyright
State Changes
Include License
Include Install Instructions
These details are provided for information only. No information here is legal advice and should not be used as such.
At one point, Open Hub analyzed source code for this project based on code location(s) available at that time. Since then, the code locations have been removed.
30 Day SummaryJun 22 2022 — Jul 22 2022
|
12 Month SummaryJul 22 2021 — Jul 22 2022
|