Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.1 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Sparses Matrix > Sparse Matrix Manipulation > speye

speye

疎単位行列

呼び出し手順

Isp = speye(A)
Isp = speye(nrows, ncols)

引数

nrows

整数 (行数)

ncols

整数 (列数)

A

疎行列

sp

疎単位行列

説明

Isp=speye(nrows,ncols) は, nrows 行, ncols 列の 疎単位行列Ispを返します. (非正方行列は主対角項に1を有します).

Isp=speye(A)Aと 同じ次元の疎単位行列を返します. [m,n]=size(A)の場合, speye(m,n) および speye(A)は等価です.

なお, speye(3)speye(3,3)と等価ではありません.

eye(3,3) - full(speye(3,3))

参照

  • sparse — 疎行列を定義
  • full — 疎行列を通常の行列に変換する
  • eye — 単位行列
  • diag — 対角行列の構築または展開
  • toeplitz — Toeplitz matrix (chosen constant diagonal bands)
  • spzeros — 疎ゼロ行列
  • spones — 疎行列
Report an issue
<< nnz Sparse Matrix Manipulation spones >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Feb 12 23:12:40 CET 2018