Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [extensions] >  [utils] >  [Jacobi]
Private  Storage   

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 12


Summary

Properties
EE SS c changed e
n s state verbose

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
execute maxind process rotate
solveSystemIter solveSystemSym test test2
testSolve testSolve1 testSolve2 update


Properties

• property EE  [ MultiDimensional ];
• property SS  [ MultiDimensional ];
• property c as %Double;
• property changed  [ MultiDimensional ];
• property e  [ MultiDimensional ];
• property n as %Integer;
• property s as %Double;
• property state as %Integer;
• property verbose as %Boolean [ InitialExpression = 0 ];

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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.