mirror of
https://github.com/jlengrand/LAFF.git
synced 2026-03-10 08:31:21 +00:00
Implment laff_norm2
* Still rounding issues
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user