Home
last modified time | relevance | path

Searched defs:OdeSys (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/types/
H A Dtransaction_signing_test.go6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
9 // The go-ethereum library is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
21 "testing"
23 "github.com/ethereum/go-ethereum/common"
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/sources/
H A Dodesys_util.pxd6 from libcpp.unordered_map cimport unordered_map
7 from libcpp.string cimport string
9 cdef extern from "odesys_util.hpp" namespace "odesys_util":
10 cdef pair[pair[vector[double], vector[double]], unordered_map[string, int]] adaptive_return(
11 pair[vector[double], vector[double]], unordered_map[string, int]
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/
H A Dcore.py808 class OdeSys(ODESys): class