mnorm ( m -- n )


Vocabulary
math.matrices

Definition
USING: kernel math ;

IN: math.matrices

: mnorm ( m -- n ) dup mmax abs m/n ;