A B C D E F G H I L M N O P Q R S T U V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
whereA(m,n)
,Q(m,m)
, andR(m,n)
, more generally:A*P = [Q1 Q2] * [R11, R12; 0 R22]
andR22
elements are negligible. - QRP(int, int) - Constructor for class no.uib.cipr.matrix.QRP
-
Constructs an empty QR decomposition
All Classes All Packages