213件ヒット
[201-213件を表示]
(0.016秒)
種類
- インスタンスメソッド (177)
- 特異メソッド (36)
ライブラリ
- ビルトイン (33)
- matrix (48)
-
rdoc
/ text (12) -
rexml
/ document (60) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ specification (24) - uri (24)
クラス
-
Gem
:: RemoteFetcher (12) -
Gem
:: Specification (24) -
REXML
:: Attribute (12) -
REXML
:: Entity (24) -
REXML
:: Text (24) - String (33)
-
URI
:: Generic (24) - Vector (48)
モジュール
-
RDoc
:: Text (12)
キーワード
- magnitude (12)
- normalize! (12)
-
normalize
_ comment (12) -
normalize
_ uri (12) -
normalize
_ yaml _ input (12) - normalized (12)
- normalized= (12)
- r (12)
-
unicode
_ normalize (11) -
unicode
_ normalize! (11) -
unicode
_ normalized? (11) - unnormalize (12)
- unnormalized (12)
検索結果
-
Vector
# magnitude -> Float (19.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 (19.0) -
ベクトルの大きさ(ノルム)を返します。
...ベクトルの大きさ(ノルム)を返します。
//emlist[例][ruby]{
require 'matrix'
Vector[3, 4].norm # => 5.0
Vector[Complex(0, 1), 0].norm # => 1.0
//}
@see Vector#normalize...