Skip to content

OpenModelica/ArrayUtil.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI License: OSMC-PL

ArrayUtil.jl

Array utility helpers for the Julia port of the OpenModelica compiler. A Julia translation of the MetaModelica ArrayUtil module: map, fold, select, findFirstOnTrue, and friends, operating on Julia Vector{T} with optional interop to MetaModelica linked lists.

This package is part of the OM.jl suite.

Installation

ArrayUtil.jl is registered in the OpenModelicaRegistry. Add it from a Julia REPL:

import Pkg
Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/OpenModelica/OpenModelicaRegistry.git"))
Pkg.add("ArrayUtil")

License

Distributed under the OSMC Public License (OSMC-PL) v1.2 or GPL v3, at the recipient's choice. See LICENSE.md for the full text.

About

Various utility functions for Julia arrays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages