class %DeepSee.extensions.utils.MatrixArithmetics
extends %RegisteredObject
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
8
|
|
|
|
|
classmethod inverse(ByRef A, Output B)
as %Status
classmethod mult(ByRef A, ByRef B, Output X)
as %Status
classmethod testInv()
classmethod testInv2()
classmethod testMult()
classmethod transpose(ByRef A)
as %Status
classmethod transposeTo(ByRef A, Output B)
as %Status
classmethod w(ByRef A, tab As %Integer = 8)
as %Status