Home > p2plib > lss.m

lss

PURPOSE ^

LinearSystemSolver

SYNOPSIS ^

function x=lss(A,b,p,lam)

DESCRIPTION ^

 LinearSystemSolver

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function x=lss(A,b,p,lam) 
0002 % LinearSystemSolver
0003 x=A\b;

Generated on Wed 15-Aug-2012 10:09:15 by m2html © 2005