ALGLIN es una biblioteca de funciones de álgebra lineal escrita desde cero en C por Igor Fernández de Bustos,
profesor de la Escuela de Ingeniería de Bilbao, de la Universidad del País Vasco. El desarrollo se ha hecho en el grupo ADM del departamento de ingeniería mecánica.
Incluye la factorizacion LDU (con pivotaje completo y de Rook, con cálculo de subespacios y solución de mínimos cuadrados de mínima norma) publicada en:
I. Fernández de Bustos, V. García-Marina, G. Urkullu, M. Abasolo, An efficient LDU algorithm for the minimal least squares solution of linear systems, J. Comput. Appl. Math. 344 (2018). doi:10.1016/j.cam.2018.05.037.
También incluye la factorización LDL (con pivotaje completo) publicada en:
I. Fernández de Bustos, J. Agirrebeitia, G. Ajuria, R. Ansola, “An alternative full-pivoting algorithm for the factorization of indefinite symmetric matrices”, Journal of Computational and Applied Mathematics 274, 44–57, 2015
De usar la bibloteca para alguna publicación, agradeceríamos que se citaran los correspondientes artículos.
Obviamente, la biblioteca se publica sin asumir ninguna responsabilidad. Seguro que está llena de errores y de fallos que pueden causar problemas sobre los cuales ni el autor ni la entidad en la que trabaja acepta ninguna responsabilidad.




ALGLIN is a C linear algebra library written from scratch by Igor Fernández de Bustos,
at the School of Engineering in Bilbao, which is part of the University of the Basque Country. The development has been done in the ADM group of the mechanical engineering dept.
It Includes the LDU factorization (both with full and Rook pivoting strategies, and including null and image spaces calculation and minimal least squares solution) published in:
I. Fernández de Bustos, V. García-Marina, G. Urkullu, M. Abasolo, An efficient LDU algorithm for the minimal least squares solution of linear systems, J. Comput. Appl. Math. 344 (2018). doi:10.1016/j.cam.2018.05.037.
It also includes LDL factorization (with full pivoting) as published in:
I. Fernández de Bustos, J. Agirrebeitia, G. Ajuria, R. Ansola, “An alternative full-pivoting algorithm for the factorization of indefinite symmetric matrices”, Journal of Computational and Applied Mathematics 274, 44–57, 2015
In case of using the library for any publication, we ask the papers to be cited.
Obviously, the library is provided assuming no responsability. Mostly assured is full of bugs and errors that can cause problems. Neither the author nor the University he is adscribed to accept any legal responsability about them.
