EdgeML/cpp/eigen/blas
Harsha Vardhan Simhadri efc4ad2be3 Reorganization (#54)
* Base Reorg

* Readme

* Reorgs

* Reorg stuff

* Reorg stuff

* Revert some fast changes

* Update 00_emi_lstm_example.ipynb

* Update 01_emi_fastgrnn_example.ipynb

* Update 02_emi_lstm_initialization_and_restoring.ipynb

* Dependenceies

* Dependencies

* Requirments

* Paper

* NIPS

* Rname c++ to cpp

* Update README.md

* Update README.md
2018-09-05 14:41:13 +05:30
..
f2c Reorganization (#54) 2018-09-05 14:41:13 +05:30
fortran Reorganization (#54) 2018-09-05 14:41:13 +05:30
testing Reorganization (#54) 2018-09-05 14:41:13 +05:30
BandTriangularSolver.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
CMakeLists.txt Reorganization (#54) 2018-09-05 14:41:13 +05:30
GeneralRank1Update.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
PackedSelfadjointProduct.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
PackedTriangularMatrixVector.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
PackedTriangularSolverVector.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
README.txt Reorganization (#54) 2018-09-05 14:41:13 +05:30
Rank2Update.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
common.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
complex_double.cpp Reorganization (#54) 2018-09-05 14:41:13 +05:30
complex_single.cpp Reorganization (#54) 2018-09-05 14:41:13 +05:30
double.cpp Reorganization (#54) 2018-09-05 14:41:13 +05:30
level1_cplx_impl.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
level1_impl.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
level1_real_impl.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
level2_cplx_impl.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
level2_impl.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
level2_real_impl.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
level3_impl.h Reorganization (#54) 2018-09-05 14:41:13 +05:30
single.cpp Reorganization (#54) 2018-09-05 14:41:13 +05:30
xerbla.cpp Reorganization (#54) 2018-09-05 14:41:13 +05:30

README.txt

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.