321件ヒット
[301-321件を表示]
(0.066秒)
ライブラリ
- ビルトイン (33)
- matrix (60)
-
rdoc
/ context (96) -
rdoc
/ text (12) -
rdoc
/ top _ level (36) -
rexml
/ document (36) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ specification (12) - uri (24)
クラス
-
Gem
:: RemoteFetcher (12) -
Gem
:: Specification (12) - Matrix (12)
-
RDoc
:: Context (96) -
RDoc
:: TopLevel (36) -
REXML
:: Attribute (12) -
REXML
:: Entity (24) - String (33)
-
URI
:: Generic (24) - Vector (48)
モジュール
-
RDoc
:: Text (12)
キーワード
-
add
_ class (12) -
add
_ class _ or _ module (24) -
add
_ module (12) - classes (12)
-
each
_ classmodule (12) -
find
_ enclosing _ module _ named (12) -
find
_ local _ symbol (12) -
find
_ module _ named (24) - magnitude (12)
- modules (12)
- normal? (12)
- normalize (36)
- normalize! (12)
-
normalize
_ comment (12) -
normalize
_ uri (12) - normalized (12)
- normalized= (12)
- r (12)
-
unicode
_ normalize (11) -
unicode
_ normalize! (11) -
unicode
_ normalized? (11) - unnormalized (12)
検索結果
-
Vector
# magnitude -> Float (14.0) -
ベクトルの大きさ(ノルム)を返します。
...ベクトルの大きさ(ノルム)を返します。
//emlist[例][ruby]{
require 'matrix'
Vector[3, 4].norm # => 5.0
Vector[Complex(0, 1), 0].norm # => 1.0
//}
@see Vector#normalize... -
Vector
# r -> Float (14.0) -
ベクトルの大きさ(ノルム)を返します。
...ベクトルの大きさ(ノルム)を返します。
//emlist[例][ruby]{
require 'matrix'
Vector[3, 4].norm # => 5.0
Vector[Complex(0, 1), 0].norm # => 1.0
//}
@see Vector#normalize...