<< gf_spmat_get SciGetFem gf_typeof >>

SciGetFem >> SciGetFem > gf_spmat_set

gf_spmat_set

Modification of the content of a getfem sparse matrix.

Calling Sequence

gf_spmat_set(spmat S, 'clear'[, list I[, list J]])
gf_spmat_set(spmat S, 'scale', scalar v)
gf_spmat_set(spmat S, 'transpose')
gf_spmat_set(spmat S, 'conjugate')
gf_spmat_set(spmat S, 'transconj')
gf_spmat_set(spmat S, 'to_csc')
gf_spmat_set(spmat S, 'to_wsc')
gf_spmat_set(spmat S, 'to_complex')
gf_spmat_set(spmat S, 'diag', mat D [, ivec E])
gf_spmat_set(spmat S, 'assign', ivec I, ivec J, mat V)
gf_spmat_set(spmat S, 'add', ivec I, ivec J, mat V)

Description

Modification of the content of a getfem sparse matrix.

Command list

See Also

Authors

Y. Collette

<< gf_spmat_get SciGetFem gf_typeof >>