Home > p2plib > resinj.m

resinj

PURPOSE ^

residual, called in numerical G_u via numjac, dummy interface

SYNOPSIS ^

function r=resinj(t,u)

DESCRIPTION ^

 residual, called in numerical G_u via numjac, dummy interface

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function r=resinj(t,u) 
0002 % residual, called in numerical G_u via numjac, dummy interface
0003 global pj lamj 
0004 lam=lamj; p=pj; r=resi(p,u,lam);

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