Package | Description |
---|---|
com.mockturtlesolutions.snifflib.linalg |
Contains standard classes and interfaces for linear algebra.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQRAlgorithm
An abstract class to provide methods (usually abstract) for whatever common features
are among various QRalgorithm implementations.
|
class |
ModiClarkeQRAlgorithm |
class |
NRQRAlgorithm
This QR algorithm closely follows the one given in Numerical Recipes in Fortran
by Press et al.
|
class |
QRFact
A context class for doing various operations associated with the QR matrix decomposition.
|
class |
SparseHHQRAlgorithm |
Modifier and Type | Method and Description |
---|---|
QRAlgorithm |
QRFact.getAlgorithm()
Get the QRAlgorithm currently being used.
|
Copyright © 2011, 2013. Daniel P. Dougherty