See: Description
| Interface | Description |
|---|---|
| LUAlgorithm |
LU decomposition algorithm interface.
|
| QRAlgorithm |
QR decomposition algorithm interface.
|
| SVDAlgorithm |
SVD decomposition algorithm interface.
|
| VectorNormAlgorithm |
| Class | Description |
|---|---|
| AbstractLUAlgorithm |
An abstract class to provide methods (usually abstract) for whatever common features
are among various QRalgorithm implementations.
|
| AbstractQRAlgorithm |
An abstract class to provide methods (usually abstract) for whatever common features
are among various QRalgorithm implementations.
|
| AbstractSVDAlgorithm |
An abstract class to provide methods (usually abstract) for whatever common features
are among various SVDAlgorithm implementations.
|
| AbstractVectorNormAlgorithm | |
| CholFact |
Class for doing various operations associated with the Cholesky matrix decomposition.
|
| EuclideanVectorNormAlgorithm | |
| InfinityVectorNormAlgorithm | |
| LUFact |
A basic decorator class for various methods of LU matrix decomposition.
|
| ModiClarkeQRAlgorithm | |
| ModiClarkeScheduler |
Class for scheduling stages of Givens rotation within Modi and Clarke's
QR decomposition.
|
| NRLUAlgorithm |
This LU algorithm closely follows the one given in Numerical Recipes in Fortran
by Press et al.
|
| NRQRAlgorithm |
This QR algorithm closely follows the one given in Numerical Recipes in Fortran
by Press et al.
|
| NRSVDAlgorithm |
This SVD algorithm closely follows the one given in Numerical Recipes in Fortran
by Press et al.
|
| OneVectorNormAlgorithm | |
| PVectorNormAlgorithm | |
| QRFact |
A context class for doing various operations associated with the QR matrix decomposition.
|
| SparseHHQRAlgorithm | |
| SVDFact |
A context class for doing various operations associated with the SVD matrix decomposition.
|
| VectorNorm |
Basic decorator class for the vector norm algorithms.
|
Copyright © 2011, 2013. Daniel P. Dougherty