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

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 manual >> Sparses Matrix > 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);
<< speye Sparses Matrix 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:
Wed Jan 26 16:25:10 CET 2011