PLASMA
Parallel Linear Algebra Software for Multicore Architectures

Modules

 potrf: Cholesky factorization
 
 geqrt: QR factorization of a tile
 
 tsqrt: QR factorization of a rectangular matrix of two tiles
 
 unmqr: Apply Householder reflectors from QR to a tile
 
 tsmqr: Apply Householder reflectors from QR to a rectangular matrix of two tiles
 
 gelqt: LQ factorization of a tile
 
 tslqt: LQ factorization of a rectangular matrix of two tiles
 
 unmlq: Apply Householder reflectors from LQ to a tile
 
 tsmlq: Apply Householder reflectors from LQ to a rectangular matrix of two tiles
 
 pamm: Updating a matrix using two tiles
 
 parfb: Apply Householder reflectors to a rectangular matrix of two tiles
 

Detailed Description