Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - 日本語 -
Scilab help >> Sparse Matrix > spzeros

spzeros

sparse zero matrix

Calling Sequence

sp=spzeros(nrows,ncols)
sp=spzeros(A)

Arguments

nrows

integer (number of rows)

ncols

integer (number os columns)

A

sparse matrix

sp

sparse zero matrix

Description

sp=spzeros(nrows,ncols) returns a sparse zero matrix sp with nrows rows, ncols columns. (Equivalent to sparse([],[],[nrow,ncols]))

sp=spzeros(A) returns a sparse zero matrix with same dimensions as A. If [m,n]=size(A), spzeros(m,n) and spzeros(A) are equivalent. In particular spzeros(3) is not equivalent to spzeros(3,3).

Examples

sum(spzeros(1000,1000))

See Also

  • sparse — sparse matrix definition
  • full — sparse to full matrix conversion
  • eye — identity matrix
  • speye — sparse identity matrix
  • spones — sparse matrix
<< sprand Sparse Matrix UMFPACK Interface (sparse) >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:57 CEST 2011