ライブラリ
- ビルトイン (20)
-
bigdecimal
/ jacobian (12) -
bigdecimal
/ ludcmp (24) -
drb
/ acl (12) - getoptlong (60)
-
minitest
/ unit (2) - openssl (24)
- optparse (168)
-
rubygems
/ dependency _ list (12)
クラス
- ACL (12)
- Exception (8)
-
Gem
:: DependencyList (12) - GetoptLong (60)
-
MiniTest
:: Unit :: TestCase (2) -
OpenSSL
:: PKey :: EC :: Group (24) - OptionParser (144)
- Thread (12)
モジュール
- Jacobian (12)
- LUSolve (24)
-
OptionParser
:: Arguable (24)
キーワード
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) - ORDERINGS (12)
-
REQUIRE
_ ORDER (12) -
RETURN
_ IN _ ORDER (12) -
bigdecimal
/ jacobian (12) -
dependency
_ order (12) - getoptlong (12)
-
handle
_ interrupt (12) - jacobian (12)
- ludecomp (12)
- lusolve (12)
- new (12)
- optparse (12)
- order! (48)
- ordering (12)
- ordering= (12)
- parse (24)
- parse! (12)
- permute (24)
- permute! (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
set
_ generator (12) -
test
_ methods (1) -
test
_ order (1)
検索結果
-
bigdecimal
/ jacobian (6.0) -
ヤコビ行列を計算する機能を提供します。
...指定します。
引数 x にはヤコビ行列を求める点 x にあたるベクトルを指定します。
戻り値 dfdx はヤコビ行列を数値オブジェクトの配列で返します。(各要素を
Row-major order で 1 次元の配列にしたオブジェクトを指定します)... -
ruby 1
. 6 feature (6.0) -
ruby 1.6 feature ruby version 1.6 は安定版です。この版での変更はバグ修正がメイン になります。
...Changed to use a new algorithm to locate a library.
Now when requiring "foo", the following directories are searched for
the library in the order listed.
$prefix/lib/ruby/site_ruby/$ver/foo.rb
$prefix/lib/ruby/site_ruby/$ver/foo.so
$prefix/lib/ruby/site_ruby/$ver/$arch/foo.rb... -
ruby 1
. 8 . 2 feature (6.0) -
ruby 1.8.2 feature ruby 1.8.2 での ruby 1.8.1 からの変更点です。
...nSSL::PKey::RSA.
=== 2004-12-05
: OptionParser::Completion#complete [lib] [compat]
new parameter to direct case insensitiveness.
: OptionParser#order! [lib] [change]
((<ruby-dev:25048>))
=== 2004-12-04
: NKF.guess [lib] [compat]
NKF.guess は NKF.guess2 の alias になりま...