Implment laff_norm2

* Still rounding issues
This commit is contained in:
Julien Lengrand-Lambert
2018-05-03 14:01:33 +02:00
parent 388d68ecbf
commit 1cc13611cc
4 changed files with 93 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ if ( m_x ~= 1 & n_x ~= 1 )
return
end
xmax = 0.0
xmax = 0.0;
for i=1:m_x
if abs( x( i ) > xmax )
xmax = abs( x( i ) );