るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. openssl n
  3. net/pop n_bytes
  4. pop n_bytes
  5. net/pop n_mails

ライブラリ

クラス

検索結果

Vector#independent?(*vectors) -> bool (90904.0)

self とベクトルの列 vectors が線形独立であれば true を返します。

self とベクトルの列 vectors が線形独立であれば true を返します。

require 'matrix'
Vector.independent?(self, *vectors)

と同じです。

@param vectors 線形独立性を判定するベクトル列