Home > p2plib > l1norm.m

l1norm

PURPOSE ^

l1 norm of u, nodal and scalar, i.e., size(u)=np x 1

SYNOPSIS ^

function n=l1norm(u)

DESCRIPTION ^

 l1 norm of u, nodal and scalar, i.e., size(u)=np x 1

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function n=l1norm(u)  
0002 % l1 norm of u, nodal and scalar, i.e., size(u)=np x 1
0003 n=triint(abs(u));

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