48件ヒット
[1-48件を表示]
(0.018秒)
別のキーワード
種類
- インスタンスメソッド (36)
- 特異メソッド (12)
ライブラリ
- csv (12)
- matrix (12)
-
net
/ imap (12) -
rexml
/ sax2listener (12)
クラス
- CSV (12)
-
Matrix
:: LUPDecomposition (12) -
Net
:: IMAP :: ContentDisposition (12)
モジュール
-
REXML
:: SAX2Listener (12)
検索結果
先頭4件
-
Net
:: IMAP :: ContentDisposition # param -> { String => String } | nil (21101.0) -
Content-Disposition フィールドのパラメータをハッシュテーブルで 返します。
...Content-Disposition フィールドのパラメータをハッシュテーブルで
返します。
ハッシュテーブルのキーは以下のような値を取ります。詳しくは
2183 などを見てください。
* "FILENAME"
* "CREATION-DATE"
* "MODIFICATION-DATE"
* "READ-DAT"... -
Matrix
:: LUPDecomposition # solve(b) -> Vector | Matrix (3006.0) -
self が正方行列 A の LUP 分解の時、一次方程式 Ax = b の解を返します。 b には Vector, Matrix, 数値の配列を指定出来ます。
...A の列数と一致していなければなりません。
返り値は b が行列なら行列、それ以外はベクトルになります。
@param b 一次方程式の定数項を指定します。
//emlist[][ruby]{
require 'matrix'
lup = Matrix[[2, 1], [1, 2]].lup
lup.solve([1, -1])... -
REXML
:: SAX2Listener # progress(position) -> () (113.0) -
パーサが入力を読み進めたときに呼び出されるコールバックメソッドです。
...入力を読み進めたときに呼び出されるコールバックメソッドです。
これの呼び出しの次のコールバックは基本的にこれで報告される位置から
読み出したデータによるものです。
@param position パーサの入力位置のバイト数... -
CSV
. new(data , options = Hash . new) -> CSV (18.0) -
このメソッドは CSV ファイルを読み込んだり、書き出したりするために String か IO のインスタンスをラップします。
...O を渡してください。
@param data String か IO のインスタンスを指定します。
String のインスタンスを指定した場合、CSV#string を使用して
後からデータを取り出すことが出来ます。
@param options CSV をパースする......opened in binary mode on Windows if this
feature will be used as the line-ending translation can cause
problems with resetting the document position to where it was before the
read ahead. This String will be transcoded into the data's Encoding before parsing.
: :quote_char
フィール...