[ bianca ]
[ 原始碼: ruby-numru-misc ]
套件:ruby-numru-misc(0.1.2-3)
ruby-numru-misc 的相關連結
下載原始碼套件 ruby-numru-misc:
- [ruby-numru-misc_0.1.2-3.debian.tar.xz]
- [ruby-numru-misc_0.1.2-3.dsc]
- [ruby-numru-misc_0.1.2.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [ruby.gfd-dennou.org]
相似套件:
Miscellaneous functions and classes to help Ruby programming
The module "NumRu::Misc" provides miscellaneous functions and classes to facilitate programming for Ruby.
- NumRu::Misc::KeywordOpt
A class to facilitate optional keyword arguments. More specifically,
it helps the use of a Hash to mimic the keyword argument system.
With this, you can set default values and description to each
keyword argument.
- NArray Enhanchement
- NumRu::Misc::MD_Iterators
A Mixin. To be included in a class with multi-dimension indexing
support (such as NArray).
- NumRu::Misc::EMath
To be included instead of the Math predefined module (or NMath in
NArray). Unlike Math and NMath, EMath handles unknown classes by
calling its native instance method (assuming the same name).
其他與 ruby-numru-misc 有關的套件
|
|
|
|
-
- dep: ruby-narray
- Numerical N-dimensional Array library for Ruby
-
- dep: ruby-narray-miss
- Additional class with processing of missing value to NArray