PasMatLib
Class Tree
Index
Previous (IFArr1D)
Next (IFArr3D)

Class
  IFArr2D

Class Hierarchy
  ILim2D

Parent
  uDynArrays

Description
 

Interface for 2D dynamic float Array - [Lo1..Hi1,Lo2..Hi2] array of TFloat

 FArr2D:                  Slice(_,i2):        Slice(i1,_): 
         Lo2  .i2 .  Hi2                i2                  Lo2  .i2 .  Hi2 
   Lo1  | . . . . . . . |         Lo1  | . |           i1  | . . . . . . . | 
    .   | . . . . . . . |          .   | . | 
    i1  | . . . . . . . |          i1  | . | 
    .   | . . . . . . . |          .   | . | 
   Hi1  | . . . . . . . |         Hi1  | . |      
Slice(_,i2) - i2-th column
Slice(i1,_) - i1-th row
Slice(i1,i2) and Slice(_,_) are illegal


Members
  Methods
 
Method Description
Assign (+) #No TAG found in source code#
Fill (+) #No TAG found in source code#
GetSlice (+) Getter
GetValue (+) Getter
Norm (+) #No TAG found in source code#
Norm2 (+) #No TAG found in source code#
SetSlice (+) Setter
SetValue (+) Setter
Swap (+) Swaps the i-th and j-th elements in slice st: TSliceType = (_Col,_Row);
Times (+) #No TAG found in source code#

Properties
 
Property Description
Slice (+) Getter
Value (+) Self[i1, i2] = Self.Value[i1], Lo1 <= i1 <= Hi1, Lo2 <= i2 <= Hi2


Legend
 
Symbol Visibility
- Private
# Protected
+ Public
* Published
A Automated
S Strict

PasMatLib
Class Tree
Index
Previous (IFArr1D)
Next (IFArr3D)


ŠNikolai V. Shokhirev, 2001-2007
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/