Package | Description |
---|---|
com.mockturtlesolutions.snifflib.linalg |
Contains standard classes and interfaces for linear algebra.
|
Modifier and Type | Class and Description |
---|---|
class |
ModiClarkeQRAlgorithm |
class |
NRQRAlgorithm
This QR algorithm closely follows the one given in Numerical Recipes in Fortran
by Press et al.
|
class |
SparseHHQRAlgorithm |
Modifier and Type | Method and Description |
---|---|
void |
QRFact.setAlgorithm(AbstractQRAlgorithm M)
Set the QRAlgorithm to be used.
|
Constructor and Description |
---|
QRFact(AbstractQRAlgorithm Alg)
Default construction useful when the user wants to use a non-default algorithm.
|
Copyright © 2011, 2013. Daniel P. Dougherty