770件ヒット
[701-770件を表示]
(0.068秒)
キーワード
- +@ (12)
- == (12)
- []= (7)
- antisymmetric? (7)
- clone (5)
- cofactor (12)
-
cofactor
_ expansion (12) - collect (24)
- collect! (14)
- column (24)
-
column
_ count (12) -
column
_ size (12) -
column
_ vectors (12) - combine (8)
-
det
_ e (12) -
determinant
_ e (12) - diagonal? (12)
- each (24)
-
each
_ with _ index (24) - eigen (12)
- eigensystem (12)
- element (12)
-
elements
_ to _ f (12) -
elements
_ to _ i (12) -
elements
_ to _ r (12) - empty? (12)
- eql? (12)
-
find
_ index (36) -
first
_ minor (12) - hermitian? (12)
- index (36)
-
laplace
_ expansion (12) -
lower
_ triangular? (12) - lup (12)
-
lup
_ decomposition (12) - map (24)
- map! (14)
- minor (24)
- normal? (12)
- orthogonal? (12)
- permutation? (12)
- real (12)
- real? (12)
- rectangular (12)
- regular? (12)
- row (24)
- singular? (12)
-
skew
_ symmetric? (7) - square? (12)
- symmetric? (12)
- tr (12)
- trace (12)
- unitary? (12)
-
upper
_ triangular? (12) - zero? (12)
検索結果
先頭5件
-
Matrix
# hermitian? -> bool (17104.0) -
行列がエルミートならば true を返します。
...行列がエルミートならば true を返します。
@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方行列でない場合に発生します... -
Matrix
# permutation? -> bool (17104.0) -
行列が置換行列ならば true を返します。
...行列が置換行列ならば true を返します。
@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方行列でない場合に発生します... -
Matrix
# square? -> bool (17104.0) -
正方行列であるなら、 true を返します。
正方行列であるなら、 true を返します。 -
Matrix
# symmetric? -> bool (17104.0) -
行列が対称ならば true を返します。
...行列が対称ならば true を返します。
@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方行列でない場合に発生します... -
Matrix
# unitary? -> bool (17104.0) -
行列がユニタリならば true を返します。
...行列がユニタリならば true を返します。
@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方行列でない場合に発生します... -
Matrix
# zero? -> bool (17104.0) -
行列が零行列ならば true を返します。
行列が零行列ならば true を返します。