Package | Description |
---|---|
com.mockturtlesolutions.snifflib.linalg |
Contains standard classes and interfaces for linear algebra.
|
Modifier and Type | Class and Description |
---|---|
class |
EuclideanVectorNormAlgorithm |
class |
InfinityVectorNormAlgorithm |
class |
OneVectorNormAlgorithm |
class |
PVectorNormAlgorithm |
Modifier and Type | Method and Description |
---|---|
AbstractVectorNormAlgorithm |
VectorNorm.getAlgorithm()
Get the QRAlgorithm currently being used.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorNorm.setAlgorithm(AbstractVectorNormAlgorithm M)
Set the NormAlgorithm to be used.
|
Constructor and Description |
---|
VectorNorm(AbstractVectorNormAlgorithm Alg)
Default construction useful when the user wants to use a non-default algorithm.
|
Copyright © 2011, 2013. Daniel P. Dougherty