INTEC   05402
INSTITUTO DE DESARROLLO TECNOLOGICO PARA LA INDUSTRIA QUIMICA
Unidad Ejecutora - UE
informe técnico
Título:
SLEPc for Python (version 1.1)
Autor/es:
LISANDRO D. DALCIN
Fecha inicio/fin:
2010-01-01/2010-10-01
Páginas:
1-8
Naturaleza de la

Producción Tecnológica:
Informática (software)
Campo de Aplicación:
Varios campos
Descripción:
This document describes slepc4py, a Python port to the SLEPc libraries.SLEPc is a software package for the parallel solution of large-scale eigenvalue problems. It can be used forcomputing eigenvalues and eigenvectors of large, sparse matrices, or matrix pairs, and also for computingsingular values and vectors of a rectangular matrix.SLEPc relies on PETSc for basic functionality such as the representation of matrices and vectors, and thesolution of linear systems of equations. Thus, slepc4py must be used together with its companion petsc4py