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