Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tools for easily handling objects like arrays of arrays and deeper nestings in scientific machine learning (SciML) and other applications

License

NotificationsYou must be signed in to change notification settings

jlchan/RecursiveArrayTools.jl

 
 

Repository files navigation

Join the chat at https://julialang.zulipchat.com #sciml-bridgedGlobal Docs

codecovBuild Statusbuild status

ColPrac: Contributor's Guide on Collaborative Practices for Community PackagesSciML Code Style

RecursiveArrayTools.jl is a set of tools for dealing with recursive arrays likearrays of arrays.

Tutorials and Documentation

For information on using the package,see the stable documentation. Use thein-development documentation for the version ofthe documentation, which contains the unreleased features.

Example

using RecursiveArrayToolsa= [[1,2,3], [4,5,6], [7,8,9]]b= [[1,2,3], [4,5,6], [7,8,9]]vA=VectorOfArray(a)vB=VectorOfArray(b)vA.* vB# Now all standard array stuff works!a= (rand(5),rand(5))b= (rand(5),rand(5))pA=ArrayPartition(a)pB=ArrayPartition(b)pA.* pB# Now all standard array stuff works!

About

Tools for easily handling objects like arrays of arrays and deeper nestings in scientific machine learning (SciML) and other applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia100.0%

[8]ページ先頭

©2009-2025 Movatter.jp