Skip to main content

%DeepSee.extensions.utils.Jacobi

class %DeepSee.extensions.utils.Jacobi extends %Library.RegisteredObject

Property Inventory

Method Inventory

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
method maxind(k As %Integer) as %Integer
Index of largest off-diagonal element in row k
classmethod process(n As %Integer, ByRef S, Output e, Output E) as %Status
method rotate(k As %Integer, l As %Integer, i As %Integer, j As %Integer) as %Status
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 test(option As %Integer = 0) as %Status
classmethod test2() as %Status
classmethod testSolve() as %Status
classmethod testSolve1() as %Status
classmethod testSolve2() as %Status
method update(k As %Integer, t As %Double) as %Status
Update ek and its status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab