You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tim Quatmann 1763f0c582 Making sure that we only store the best bounds found so far. Also added some output for the resulting values in each iteration. 5 years ago
..
f2c replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
fortran upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
testing replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
BandTriangularSolver.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
CMakeLists.txt replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
GeneralRank1Update.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
PackedSelfadjointProduct.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
PackedTriangularMatrixVector.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
PackedTriangularSolverVector.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
README.txt upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
Rank2Update.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
common.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
complex_double.cpp upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
complex_single.cpp upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
double.cpp upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
level1_cplx_impl.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
level1_impl.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
level1_real_impl.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
level2_cplx_impl.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
level2_impl.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
level2_real_impl.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
level3_impl.h replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago
single.cpp upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
xerbla.cpp replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 8 years ago

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.