Home > freetb4matlab > sparse > spconvert.m

spconvert

PURPOSE ^

% This function converts for a simple sparse matrix format easily

SYNOPSIS ^

function s = spconvert (m)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{x} =} spconvert (@var{m})
% This function converts for a simple sparse matrix format easily
% produced by other programs into Octave's internal sparse format.  The
% input @var{x} is either a 3 or 4 column real matrix, containing
% the row, column, real and imaginary parts of the elements of the
% sparse matrix.  An element with a zero real and imaginary part can
% be used to force a particular matrix size.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003