Package | Description |
---|---|
dev.nm.algebra.linear.matrix.doubles.factorization.qr |
Modifier and Type | Class and Description |
---|---|
class |
GramSchmidt
The Gram-Schmidt process is a method for orthogonalizing a set of vectors in an inner product space.
|
class |
HouseholderQR
Successive Householder reflections gradually transform a matrix A to the upper triangular
form.
|
class |
QR
QR decomposition of a matrix decomposes an m x n matrix A so that A = Q * R.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.