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