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 Conversion > spget

spget

疎行列のエントリを取得

呼び出し手順

[ij,v,mn]=spget(sp)

引数

sp

実数または複素数の疎行列

ij

2列の整数行列t (非ゼロエントリのインデックス)

mn

2つのエントリ(行の次元, 列の次元)を有する整数ベクトル

v

列ベクトル

説明

spget は疎行列の内部形式を 標準的なij, v 形式に変換する際に使用されます.

spの非ゼロエントリは, ijのインデックスにより行および列の 位置が決定されます.

sp=sparse([1,2;4,5;3,10],[1,2,3])
[ij,v,mn]=spget(sp);

参照

  • sparse — 疎行列を定義
  • sprand — ランダム疎行列
  • speye — 疎単位行列
  • lufact — 疎行列LU分解
Report an issue
<< spcompack Sparse Matrix Conversion chfact >>

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