Package | Description |
---|---|
com.mockturtlesolutions.snifflib.linalg |
Contains standard classes and interfaces for linear algebra.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLUAlgorithm
An abstract class to provide methods (usually abstract) for whatever common features
are among various QRalgorithm implementations.
|
class |
LUFact
A basic decorator class for various methods of LU matrix decomposition.
|
class |
NRLUAlgorithm
This LU algorithm closely follows the one given in Numerical Recipes in Fortran
by Press et al.
|
Copyright © 2011, 2013. Daniel P. Dougherty