A B C D E F G H I L M N O P Q R S T U V Z

Q

QL - Class in no.uib.cipr.matrix
Computes QL decompositions
QL(int, int) - Constructor for class no.uib.cipr.matrix.QL
Constructs an empty QL decomposition
QMR - Class in no.uib.cipr.matrix.sparse
Quasi-Minimal Residual method.
QMR(Vector) - Constructor for class no.uib.cipr.matrix.sparse.QMR
Constructor for QMR.
QMR(Vector, Preconditioner, Preconditioner) - Constructor for class no.uib.cipr.matrix.sparse.QMR
Constructor for QMR.
QR - Class in no.uib.cipr.matrix
Computers QR decompositions
QR(int, int) - Constructor for class no.uib.cipr.matrix.QR
Constructs an empty QR decomposition
QRP - Class in no.uib.cipr.matrix
Computes QR decompositions with column pivoting: A*P = Q*R where A(m,n), Q(m,m), and R(m,n), more generally: A*P = [Q1 Q2] * [R11, R12; 0 R22] and R22 elements are negligible.
QRP(int, int) - Constructor for class no.uib.cipr.matrix.QRP
Constructs an empty QR decomposition

A B C D E F G H I L M N O P Q R S T U V Z