%DeepSee.extensions.utils.Jacobi
class %DeepSee.extensions.utils.Jacobi extends %Library.RegisteredObject
Property Inventory
Method Inventory
- execute()
- maxind()
- process()
- rotate()
- solveSystemIter()
- solveSystemSym()
- test()
- test2()
- testSolve()
- testSolve1()
- testSolve2()
- update()
Properties
property EE [ MultiDimensional ];
Property methods: EEDisplayToLogical(), EEGet(), EEIsValid(), EELogicalToDisplay(), EELogicalToOdbc(), EENormalize(), EESet()
property SS [ MultiDimensional ];
Property methods: SSDisplayToLogical(), SSGet(), SSIsValid(), SSLogicalToDisplay(), SSLogicalToOdbc(), SSNormalize(), SSSet()
property c as %Double;
Property methods: cDisplayToLogical(), cGet(), cIsValid(), cLogicalToDisplay(), cNormalize(), cOdbcToLogical(), cSet()
property changed [ MultiDimensional ];
Property methods: changedDisplayToLogical(), changedGet(), changedIsValid(), changedLogicalToDisplay(), changedLogicalToOdbc(), changedNormalize(), changedSet()
property e [ MultiDimensional ];
Property methods: eDisplayToLogical(), eGet(), eIsValid(), eLogicalToDisplay(), eLogicalToOdbc(), eNormalize(), eSet()
property n as %Integer;
Property methods: nDisplayToLogical(), nGet(), nIsValid(), nLogicalToDisplay(), nNormalize(), nSet()
property s as %Double;
Property methods: sDisplayToLogical(), sGet(), sIsValid(), sLogicalToDisplay(), sNormalize(), sOdbcToLogical(), sSet()
property state as %Integer;
Property methods: stateDisplayToLogical(), stateGet(), stateIsValid(), stateLogicalToDisplay(), stateNormalize(), stateSet()
property verbose as %Boolean [ InitialExpression = 0 ];
Property methods: verboseDisplayToLogical(), verboseGet(), verboseIsValid(), verboseLogicalToDisplay(), verboseNormalize(), verboseSet()
Methods
method execute() as %Status
Index of largest off-diagonal element in row k
classmethod solveSystemIter(n As %Integer, ByRef A, ByRef B, ByRef X, verbose As %Boolean = 0) as %Status
classmethod solveSystemSym(n As %Integer, ByRef A, ByRef B, ByRef X, verbose As %Boolean = 0) as %Status
classmethod test2() as %Status
classmethod testSolve() as %Status
classmethod testSolve1() as %Status
classmethod testSolve2() as %Status
Update ek and its status
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()