るりまサーチ

最速Rubyリファレンスマニュアル検索!
559件ヒット [501-559件を表示] (0.125秒)

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call=

ライブラリ

キーワード

検索結果

<< < ... 4 5 6 >>

Vector#hash -> Integer (3002.0)

自分自身のハッシュ値を返します。

自分自身のハッシュ値を返します。

Vector#magnitude -> Float (3002.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 (3002.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 (3002.0)

ベクトルの大きさ(ノルム)を返します。

...ベクトルの大きさ(ノルム)を返します。

//emlist[例][ruby]{
require 'matrix'
Vector
[3, 4].norm # => 5.0
Vector
[Complex(0, 1), 0].norm # => 1.0
//}

@see Vector#normalize...

Vector#size -> Integer (3002.0)

ベクトルの要素数(次元)を返します。

ベクトルの要素数(次元)を返します。

絞り込み条件を変える

Vector#zero? -> bool (3002.0)

すべての要素がゼロであれば true を返します。

すべての要素がゼロであれば true を返します。
<< < ... 4 5 6 >>