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