Scilab 6.0.0
Справка Scilab >> Sparse Matrix > Sparse Matrix Manipulation > spones
spones
sparse matrix
Syntax
sp=spones(A)
Arguments
- A
sparse matrix
- sp
sparse matrix
Description
sp=spones(A)
generates a matrix with the same
sparsity structure as A
, but with ones in the nonzero
positions.
Comments
Add a comment:
Please login to comment this page.