1024件ヒット
[1001-1024件を表示]
(0.070秒)
ライブラリ
- ビルトイン (866)
-
json
/ add / complex (12) - matrix (146)
クラス
モジュール
- Enumerable (24)
キーワード
- * (12)
- ** (12)
- + (12)
- - (12)
- -@ (24)
-
/ (35) - < (12)
- <= (12)
- <=> (6)
- == (12)
- > (12)
- >= (12)
- abs (12)
- abs2 (12)
- angle (24)
- antisymmetric? (7)
- arg (24)
- between? (12)
- clamp (12)
- coerce (12)
- conj (36)
- conjugate (36)
- denominator (24)
- fdiv (54)
- finite? (9)
- i (12)
- imag (36)
- imaginary (36)
- infinite? (18)
- inspect (12)
- magnitude (24)
-
marshal
_ dump (12) - norm (12)
- numerator (24)
- phase (24)
- polar (24)
- quo (24)
- r (12)
- rationalize (24)
- real (36)
- real? (36)
- rect (24)
- rectangular (24)
-
skew
_ symmetric? (7) -
slice
_ before (24) -
to
_ c (48) -
to
_ f (12) -
to
_ i (12) -
to
_ json (12) -
to
_ r (12) -
to
_ s (12) - tr (12)
- trace (12)
検索結果
-
Vector
# norm -> Float (7.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 (7.0) -
ベクトルの大きさ(ノルム)を返します。
...ベクトルの大きさ(ノルム)を返します。
//emlist[例][ruby]{
require 'matrix'
Vector[3, 4].norm # => 5.0
Vector[Complex(0, 1), 0].norm # => 1.0
//}
@see Vector#normalize...