vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
373 stars 109 forks source link

Add euclideanNorm method to Matrix #260

Closed NadCAtarun closed 9 years ago

NadCAtarun commented 9 years ago

Add euclideanNorm method to Matrix (using the same kind of accumulator as the Vector euclideanNorm method) Add norm method to Matrix (falling back on euclideanNorm)

vkostyukov commented 9 years ago

Thanks @NadCAtarun!

PS. Do you mind implementing other norm functions (perhaps as separate PR)?

NadCAtarun commented 9 years ago

No problem! I'll implement other norms and at least the pivot version of the gauss inverter as soon as I find the time. :D

vkostyukov commented 9 years ago

Cool! Thanks again!

Merging this.