Download List

Projeto Descrição

Eigen is a C++ template library for linear algebra: vectors, matrices, and related algorithms. It is versatile, fast, elegant and works on many platforms.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-07 08:51 Back to release list
3.1.0-alpha2

A alteração de chave nesta versão é a possibilidade de cair para trás para Intel MKL (ou em outra biblioteca BLAS externa) para um par de operações. Estes backends completamente opcionais pode ser ativadas através de algumas diretivas de pré-processamento de tempo de compilar.
Esta versão também adiciona suporte para a Intel MKL PARDISO direto esparsas solver. e proporciona um melhor desempenho para produtos pequenos matrix-matrix, suporte para classificação atualizações/downdates em LDLt e LLT, uma nova interface de montagem rápida sparse matrix de uma lista aleatória de trigêmeos e muitas outras pequenas melhorias e correções.
Tags: Major, Unstable
The key change in this release is the possibility to fall back to Intel MKL (or another external BLAS library) for a couple of operations. These completely optional backends can be enabled through some compile-time preprocessor directives.
This version also adds support for the Intel MKL PARDISO direct sparse solver., and provides improved performance for small matrix-matrix products, support for rank updates/downdates in LDLt and LLT, a new fast sparse matrix assembly interface from a random list of triplets, and many other minor improvements and fixes.

Project Resources