Christoph Hertzberg 4270c62812 Split the implementation of i?amax/min into two. Based on PR-627 by Sameer Agarwal.
Like the Netlib reference implementation, I*AMAX now uses the L1-norm instead of the L2-norm for each element. Changed I*MIN accordingly.
2019-04-15 17:18:03 +02:00
..
2018-03-11 10:01:44 -04:00
2014-12-13 21:41:25 +01:00
2018-03-11 10:01:44 -04:00
2013-06-12 17:56:15 +02:00
2014-06-06 11:21:19 +02:00

This directory contains a BLAS library built on top of Eigen.

This module is not built by default. In order to compile it, you need to
type 'make blas' from within your build dir.