630件ヒット
[101-200件を表示]
(0.078秒)
ライブラリ
- ビルトイン (72)
- benchmark (48)
- matrix (12)
- mkmf (12)
-
net
/ ftp (12) - rake (24)
-
rexml
/ document (72) -
rexml
/ sax2listener (24) -
rexml
/ streamlistener (36) -
rubygems
/ source _ info _ cache (24) - shell (60)
-
shell
/ command-processor (48) -
shell
/ filter (84) -
shell
/ system-command (90)
クラス
-
Benchmark
:: Tms (48) -
File
:: Stat (12) -
Gem
:: SourceInfoCache (24) - IO (12)
- Matrix (12)
-
Net
:: FTP (12) -
RDoc
:: Options (12) -
REXML
:: DocType (36) -
REXML
:: Entity (12) -
REXML
:: NotationDecl (24) -
Rake
:: Application (12) - Shell (60)
-
Shell
:: CommandProcessor (48) -
Shell
:: Filter (84) -
Shell
:: SystemCommand (90) - String (12)
- SystemCallError (12)
- SystemExit (24)
モジュール
- FileUtils (12)
- Kernel (12)
-
REXML
:: SAX2Listener (24) -
REXML
:: StreamListener (36)
キーワード
- < (6)
- > (6)
- >> (6)
- active? (6)
- cat (18)
-
close
_ on _ exec= (12) - command (6)
- cstime (12)
- doctype (24)
- each (6)
- echo (18)
- eigensystem (12)
- entitydecl (12)
- errno (12)
- external (12)
-
external
_ id (12) -
find
_ system _ command (18) - flush (6)
- format (12)
- glob (18)
- input= (6)
- kill (6)
-
latest
_ system _ cache _ file (12) - name (6)
- notationdecl (24)
- notify (12)
-
op
_ dir (12) - out (18)
- pipe? (12)
- public (12)
- sh (12)
- start (6)
-
start
_ export (6) -
start
_ import (6) - status (12)
- stime (12)
- success? (12)
- sum (12)
-
super
_ each (6) - system= (12)
-
system
_ cache _ file (12) -
system
_ path (6) -
system
_ path= (6) - tee (18)
- terminate (6)
-
to
_ a (18) -
to
_ s (6) - transact (18)
- wait? (6)
- xsystem (12)
- | (6)
検索結果
先頭5件
-
Gem
:: SourceInfoCache # system _ cache _ file -> String (6102.0) -
システムキャッシュファイルの名前を返します。
システムキャッシュファイルの名前を返します。 -
REXML
:: NotationDecl # system=(value) (6102.0) -
システム識別子を変更します。
システム識別子を変更します。
@param value 設定するシステム識別子 -
Shell
# find _ system _ command(command) (6102.0) -
@todo
@todo -
Shell
:: CommandProcessor # find _ system _ command(command) (6102.0) -
@todo
@todo -
Shell
:: Filter # find _ system _ command(command) (6102.0) -
@todo
@todo -
Matrix
# eigensystem -> Matrix :: EigenvalueDecomposition (3101.0) -
行列の固有値と左右の固有ベクトルを保持したオブジェクトを返します。
...それぞれの対角成分が行列の固有値です。
//emlist[例][ruby]{
require 'matrix'
m = Matrix[[1, 2], [3, 4]]
v, d, v_inv = m.eigensystem
d.diagonal? # => true
v.inv == v_inv # => true
(v * d * v_inv).round(5) == m # => true
//}
@raise ExceptionForMatrix::ErrDimensionMismatch 行列... -
Shell
:: SystemCommand # active? -> bool (3001.0) -
@todo
@todo -
Shell
:: SystemCommand # command -> String (3001.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # each(rs = nil) {|line| . . . } (3001.0) -
@todo
@todo
@param rs -
Shell
:: SystemCommand # flush -> () (3001.0) -
@todo
@todo -
Shell
:: SystemCommand # input=(inp) (3001.0) -
@todo
@todo -
Shell
:: SystemCommand # kill(signal) -> Integer (3001.0) -
自身のプロセスにシグナルを送ります。
自身のプロセスにシグナルを送ります。
@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。
@see Process.#kill -
Shell
:: SystemCommand # name -> String (3001.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # notify(*opts) -> String (3001.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (3001.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # start -> () (3001.0) -
@todo
@todo