種類
- インスタンスメソッド (198)
- 特異メソッド (36)
- クラス (12)
- 文書 (11)
ライブラリ
- ビルトイン (42)
- matrix (60)
-
rdoc
/ text (24) -
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 (42)
-
URI
:: Generic (24) - Vector (48)
モジュール
-
RDoc
:: Text (24)
キーワード
-
NEWS for Ruby 2
. 2 . 0 (11) - ZeroVectorError (12)
- downcase (9)
- magnitude (12)
- norm (12)
- normalize! (12)
-
normalize
_ comment (12) -
normalize
_ uri (12) -
normalize
_ yaml _ input (12) - normalized (12)
- normalized= (12)
- parse (12)
- r (12)
-
unicode
_ normalize (11) -
unicode
_ normalize! (11) -
unicode
_ normalized? (11) - unnormalize (12)
- unnormalized (12)
検索結果
先頭5件
-
Vector
:: ZeroVectorError (16.0) -
ベクトルが 0 でエラーとなる(Vector#normalize など)場合に 発生する例外です。
...ベクトルが 0 でエラーとなる(Vector#normalize など)場合に
発生する例外です。... -
NEWS for Ruby 2
. 2 . 0 (12.0) -
NEWS for Ruby 2.2.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...イルを書き込みモードで開くようになりました
* String
* 追加: String#unicode_normalize
* 追加: String#unicode_normalize!
* 追加: String#unicode_normalized?
* Symbol
* 改善: String#to_sym, String#intern によって返される多くのシンボルがG... -
String
# downcase(*options) -> String (6.0) -
全ての大文字を対応する小文字に置き換えた文字列を返します。 どの文字がどう置き換えられるかは、オプションの有無や文字列のエンコーディングに依存します。
...う仮定も
成り立ちません (例えば str.downcase == str.upcase.downcase)。
そして、Unicode 正規化 (すなわち String#unicode_normalize) はケース
マッピング操作で必ずしも維持されるとは限りません。
現在 ASCII 以外のケースマッピング/フォ... -
Vector
# magnitude -> Float (6.0) -
ベクトルの大きさ(ノルム)を返します。
...ベクトルの大きさ(ノルム)を返します。
//emlist[例][ruby]{
require 'matrix'
Vector[3, 4].norm # => 5.0
Vector[Complex(0, 1), 0].norm # => 1.0
//}
@see Vector#normalize... -
Vector
# norm -> Float (6.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 (6.0) -
ベクトルの大きさ(ノルム)を返します。
...ベクトルの大きさ(ノルム)を返します。
//emlist[例][ruby]{
require 'matrix'
Vector[3, 4].norm # => 5.0
Vector[Complex(0, 1), 0].norm # => 1.0
//}
@see Vector#normalize...