eigen/blas
Hans Johnson 6fb3e5f176 STYLE: Remove CMake-language block-end command arguments
Ancient versions of CMake required else(), endif(), and similar block
termination commands to have arguments matching the command starting the block.
This is no longer the preferred style.
2019-10-31 11:36:27 -05:00
..
f2c
fortran
testing STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
BandTriangularSolver.h
CMakeLists.txt
common.h
complex_double.cpp
complex_single.cpp
double.cpp
GeneralRank1Update.h
level1_cplx_impl.h
level1_impl.h
level1_real_impl.h
level2_cplx_impl.h
level2_impl.h
level2_real_impl.h
level3_impl.h bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matrix with a destination having a non-trivial inner-stride 2019-09-11 15:04:25 +02:00
PackedSelfadjointProduct.h
PackedTriangularMatrixVector.h
PackedTriangularSolverVector.h
Rank2Update.h
README.txt
single.cpp
xerbla.cpp

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.