Overload List
Overload 1: void DismissIt(ref TCplx[] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 2: void DismissIt(ref TCplx[] Ap, ref TCplx[] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TCplx[] (ref) | |
| 2 | bp | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 3: void DismissIt(ref TCplx[] Ap, ref TCplx[] bp, ref TCplx[] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TCplx[] (ref) | |
| 2 | bp | TCplx[] (ref) | |
| 3 | cp | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 4: void DismissIt(ref TCplx[] Ap, ref TCplx[] bp, ref TCplx[] cp, ref TCplx[] dp)
Free four arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TCplx[] (ref) | |
| 2 | bp | TCplx[] (ref) | |
| 3 | cp | TCplx[] (ref) | |
| 4 | dp | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 5: void DismissIt(ref TCplx[][] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TCplx[][] (ref) |
Result: stored in self (calling object)
Overload 6: void DismissIt(ref TCplx[][] Ap, ref TCplx[][] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TCplx[][] (ref) | |
| 2 | bp | TCplx[][] (ref) |
Result: stored in self (calling object)
Overload 7: void DismissIt(ref TCplx[][] Ap, ref TCplx[][] bp, ref TCplx[][] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TCplx[][] (ref) | |
| 2 | bp | TCplx[][] (ref) | |
| 3 | cp | TCplx[][] (ref) |
Result: stored in self (calling object)
Overload 8: void DismissIt(ref TCplx[][] Ap, ref TCplx[][] bp, ref TCplx[][] cp, ref TCplx[][] dp)
Free four arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TCplx[][] (ref) | |
| 2 | bp | TCplx[][] (ref) | |
| 3 | cp | TCplx[][] (ref) | |
| 4 | dp | TCplx[][] (ref) |
Result: stored in self (calling object)
Overload 9: void DismissIt(TMtx a, ref TCplx[][] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | Ap | TCplx[][] (ref) |
Result: stored in self (calling object)
Overload 10: void DismissIt(TMtx a, TMtx b, ref TCplx[][] Ap, ref TCplx[][] bp)
Free two arrays allocated with a call to Enlist.
Result: stored in self (calling object)
Overload 11: void DismissIt(TMtx a, TMtx b, TMtx c, ref TCplx[][] Ap, ref TCplx[][] bp, ref TCplx[][] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | b | TMtx | source TMtx |
| 3 | c | TMtx | source TMtx |
| 4 | Ap | TCplx[][] (ref) | |
| 5 | bp | TCplx[][] (ref) | |
| 6 | cp | TCplx[][] (ref) |
Result: stored in self (calling object)
Overload 12: void DismissIt(TMtx a, TMtx b, TMtx c, TMtx d, ref TCplx[][] Ap, ref TCplx[][] bp, ref TCplx[][] cp, ref TCplx[][] dp)
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | b | TMtx | source TMtx |
| 3 | c | TMtx | source TMtx |
| 4 | d | TMtx | source TMtx |
| 5 | Ap | TCplx[][] (ref) | |
| 6 | bp | TCplx[][] (ref) | |
| 7 | cp | TCplx[][] (ref) | |
| 8 | dp | TCplx[][] (ref) |
Result: stored in self (calling object)
Overload 13: void DismissIt(TMtx a, TMtx b, TMtx c, TMtx d, ref Double[][] Ap, ref Double[][] bp, ref Double[][] cp, ref Double[][] dp)
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | b | TMtx | source TMtx |
| 3 | c | TMtx | source TMtx |
| 4 | d | TMtx | source TMtx |
| 5 | Ap | Double[][] (ref) | |
| 6 | bp | Double[][] (ref) | |
| 7 | cp | Double[][] (ref) | |
| 8 | dp | Double[][] (ref) |
Result: stored in self (calling object)
Overload 14: void DismissIt(TMtx a, TMtx b, TMtx c, TMtx d, ref Single[][] Ap, ref Single[][] bp, ref Single[][] cp, ref Single[][] dp)
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | b | TMtx | source TMtx |
| 3 | c | TMtx | source TMtx |
| 4 | d | TMtx | source TMtx |
| 5 | Ap | Single[][] (ref) | |
| 6 | bp | Single[][] (ref) | |
| 7 | cp | Single[][] (ref) | |
| 8 | dp | Single[][] (ref) |
Result: stored in self (calling object)
Overload 15: void DismissIt(TMtx a, TMtx b, TMtx c, ref Double[][] Ap, ref Double[][] bp, ref Double[][] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | b | TMtx | source TMtx |
| 3 | c | TMtx | source TMtx |
| 4 | Ap | Double[][] (ref) | |
| 5 | bp | Double[][] (ref) | |
| 6 | cp | Double[][] (ref) |
Result: stored in self (calling object)
Overload 16: void DismissIt(TMtx a, TMtx b, TMtx c, ref Single[][] Ap, ref Single[][] bp, ref Single[][] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | b | TMtx | source TMtx |
| 3 | c | TMtx | source TMtx |
| 4 | Ap | Single[][] (ref) | |
| 5 | bp | Single[][] (ref) | |
| 6 | cp | Single[][] (ref) |
Result: stored in self (calling object)
Overload 17: void DismissIt(TMtx a, TMtx b, ref Double[][] Ap, ref Double[][] bp)
Free two arrays allocated with a call to Enlist.
Result: stored in self (calling object)
Overload 18: void DismissIt(TMtx a, TMtx b, ref Single[][] Ap, ref Single[][] bp)
Free two arrays allocated with a call to Enlist.
Result: stored in self (calling object)
Overload 19: void DismissIt(TMtx a, ref Double[][] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | Ap | Double[][] (ref) |
Result: stored in self (calling object)
Overload 20: void DismissIt(TMtx a, ref Single[][] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtx | source TMtx |
| 2 | Ap | Single[][] (ref) |
Result: stored in self (calling object)
Overload 21: void DismissIt(TMtxVec a, ref TCplx[] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | Ap | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 22: void DismissIt(TMtxVec a, TMtxVec b, ref TCplx[] Ap, ref TCplx[] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | Ap | TCplx[] (ref) | |
| 4 | bp | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 23: void DismissIt(TMtxVec a, TMtxVec b, TMtxVec c, ref TCplx[] Ap, ref TCplx[] bp, ref TCplx[] cp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | c | TMtxVec | source TVec or TMtx |
| 4 | Ap | TCplx[] (ref) | |
| 5 | bp | TCplx[] (ref) | |
| 6 | cp | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 24: void DismissIt(TMtxVec a, TMtxVec b, TMtxVec c, TMtxVec d, ref TCplx[] Ap, ref TCplx[] bp, ref TCplx[] cp, ref TCplx[] dp)
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | c | TMtxVec | source TVec or TMtx |
| 4 | d | TMtxVec | source TVec or TMtx |
| 5 | Ap | TCplx[] (ref) | |
| 6 | bp | TCplx[] (ref) | |
| 7 | cp | TCplx[] (ref) | |
| 8 | dp | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 25: void DismissIt(TMtxVec a, TMtxVec b, TMtxVec c, TMtxVec d, ref TSCplx[] Ap, ref TSCplx[] bp, ref TSCplx[] cp, ref TSCplx[] dp)
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | c | TMtxVec | source TVec or TMtx |
| 4 | d | TMtxVec | source TVec or TMtx |
| 5 | Ap | TSCplx[] (ref) | |
| 6 | bp | TSCplx[] (ref) | |
| 7 | cp | TSCplx[] (ref) | |
| 8 | dp | TSCplx[] (ref) |
Result: stored in self (calling object)
Overload 26: void DismissIt(TMtxVec a, TMtxVec b, TMtxVec c, TMtxVec d, ref Double[] Ap, ref Double[] bp, ref Double[] cp, ref Double[] dp)
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | c | TMtxVec | source TVec or TMtx |
| 4 | d | TMtxVec | source TVec or TMtx |
| 5 | Ap | Double[] (ref) | |
| 6 | bp | Double[] (ref) | |
| 7 | cp | Double[] (ref) | |
| 8 | dp | Double[] (ref) |
Result: stored in self (calling object)
Overload 27: void DismissIt(TMtxVec a, TMtxVec b, TMtxVec c, TMtxVec d, ref Single[] Ap, ref Single[] bp, ref Single[] cp, ref Single[] dp)
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | c | TMtxVec | source TVec or TMtx |
| 4 | d | TMtxVec | source TVec or TMtx |
| 5 | Ap | Single[] (ref) | |
| 6 | bp | Single[] (ref) | |
| 7 | cp | Single[] (ref) | |
| 8 | dp | Single[] (ref) |
Result: stored in self (calling object)
Overload 28: void DismissIt(TMtxVec a, TMtxVec b, TMtxVec c, ref TSCplx[] Ap, ref TSCplx[] bp, ref TSCplx[] cp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | c | TMtxVec | source TVec or TMtx |
| 4 | Ap | TSCplx[] (ref) | |
| 5 | bp | TSCplx[] (ref) | |
| 6 | cp | TSCplx[] (ref) |
Result: stored in self (calling object)
Overload 29: void DismissIt(TMtxVec a, TMtxVec b, TMtxVec c, ref Double[] Ap, ref Double[] bp, ref Double[] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | c | TMtxVec | source TVec or TMtx |
| 4 | Ap | Double[] (ref) | |
| 5 | bp | Double[] (ref) | |
| 6 | cp | Double[] (ref) |
Result: stored in self (calling object)
Overload 30: void DismissIt(TMtxVec a, TMtxVec b, TMtxVec c, ref Single[] Ap, ref Single[] bp, ref Single[] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | c | TMtxVec | source TVec or TMtx |
| 4 | Ap | Single[] (ref) | |
| 5 | bp | Single[] (ref) | |
| 6 | cp | Single[] (ref) |
Result: stored in self (calling object)
Overload 31: void DismissIt(TMtxVec a, TMtxVec b, ref TSCplx[] Ap, ref TSCplx[] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | Ap | TSCplx[] (ref) | |
| 4 | bp | TSCplx[] (ref) |
Result: stored in self (calling object)
Overload 32: void DismissIt(TMtxVec a, TMtxVec b, ref Double[] Ap, ref Double[] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | Ap | Double[] (ref) | |
| 4 | bp | Double[] (ref) |
Result: stored in self (calling object)
Overload 33: void DismissIt(TMtxVec a, TMtxVec b, ref Single[] Ap, ref Single[] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | b | TMtxVec | source TVec or TMtx |
| 3 | Ap | Single[] (ref) | |
| 4 | bp | Single[] (ref) |
Result: stored in self (calling object)
Overload 34: void DismissIt(TMtxVec a, ref TSCplx[] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | Ap | TSCplx[] (ref) |
Result: stored in self (calling object)
Overload 35: void DismissIt(TMtxVec a, ref Double[] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | Ap | Double[] (ref) |
Result: stored in self (calling object)
Overload 36: void DismissIt(TMtxVec a, ref Single[] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | Ap | Single[] (ref) |
Result: stored in self (calling object)
Overload 37: void DismissIt(ref TSCplx[] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TSCplx[] (ref) |
Result: stored in self (calling object)
Overload 38: void DismissIt(ref TSCplx[] Ap, ref TSCplx[] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TSCplx[] (ref) | |
| 2 | bp | TSCplx[] (ref) |
Result: stored in self (calling object)
Overload 39: void DismissIt(ref TSCplx[] Ap, ref TSCplx[] bp, ref TSCplx[] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TSCplx[] (ref) | |
| 2 | bp | TSCplx[] (ref) | |
| 3 | cp | TSCplx[] (ref) |
Result: stored in self (calling object)
Overload 40: void DismissIt(ref TSCplx[] Ap, ref TSCplx[] bp, ref TSCplx[] cp, ref TSCplx[] dp)
Free four arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | TSCplx[] (ref) | |
| 2 | bp | TSCplx[] (ref) | |
| 3 | cp | TSCplx[] (ref) | |
| 4 | dp | TSCplx[] (ref) |
Result: stored in self (calling object)
Overload 41: void DismissIt(ref Double[] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Double[] (ref) |
Result: stored in self (calling object)
Overload 42: void DismissIt(ref Double[] Ap, ref Double[] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Double[] (ref) | |
| 2 | bp | Double[] (ref) |
Result: stored in self (calling object)
Overload 43: void DismissIt(ref Double[] Ap, ref Double[] bp, ref Double[] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Double[] (ref) | |
| 2 | bp | Double[] (ref) | |
| 3 | cp | Double[] (ref) |
Result: stored in self (calling object)
Overload 44: void DismissIt(ref Double[] Ap, ref Double[] bp, ref Double[] cp, ref Double[] dp)
Free four arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Double[] (ref) | |
| 2 | bp | Double[] (ref) | |
| 3 | cp | Double[] (ref) | |
| 4 | dp | Double[] (ref) |
Result: stored in self (calling object)
Overload 45: void DismissIt(ref Double[][] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Double[][] (ref) |
Result: stored in self (calling object)
Overload 46: void DismissIt(ref Double[][] Ap, ref Double[][] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Double[][] (ref) | |
| 2 | bp | Double[][] (ref) |
Result: stored in self (calling object)
Overload 47: void DismissIt(ref Double[][] Ap, ref Double[][] bp, ref Double[][] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Double[][] (ref) | |
| 2 | bp | Double[][] (ref) | |
| 3 | cp | Double[][] (ref) |
Result: stored in self (calling object)
Overload 48: void DismissIt(ref Double[][] Ap, ref Double[][] bp, ref Double[][] cp, ref Double[][] dp)
Free arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Double[][] (ref) | |
| 2 | bp | Double[][] (ref) | |
| 3 | cp | Double[][] (ref) | |
| 4 | dp | Double[][] (ref) |
Result: stored in self (calling object)
Free arrays allocated with a call to Enlist. The version taking TMtxVec as a parameter under .NET also copies the values from the array back to the object before freeing the array. This is usefull for writing code that can execute both under W32 and .NET.
Overload 49: void DismissIt(ref Single[] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Single[] (ref) |
Result: stored in self (calling object)
Overload 50: void DismissIt(ref Single[] Ap, ref Single[] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Single[] (ref) | |
| 2 | bp | Single[] (ref) |
Result: stored in self (calling object)
Overload 51: void DismissIt(ref Single[] Ap, ref Single[] bp, ref Single[] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Single[] (ref) | |
| 2 | bp | Single[] (ref) | |
| 3 | cp | Single[] (ref) |
Result: stored in self (calling object)
Overload 52: void DismissIt(ref Single[] Ap, ref Single[] bp, ref Single[] cp, ref Single[] dp)
Free four arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Single[] (ref) | |
| 2 | bp | Single[] (ref) | |
| 3 | cp | Single[] (ref) | |
| 4 | dp | Single[] (ref) |
Result: stored in self (calling object)
Overload 53: void DismissIt(ref Single[][] Ap)
Free one array allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Single[][] (ref) |
Result: stored in self (calling object)
Overload 54: void DismissIt(ref Single[][] Ap, ref Single[][] bp)
Free two arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Single[][] (ref) | |
| 2 | bp | Single[][] (ref) |
Result: stored in self (calling object)
Overload 55: void DismissIt(ref Single[][] Ap, ref Single[][] bp, ref Single[][] cp)
Free three arrays allocated with a call to Enlist.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Single[][] (ref) | |
| 2 | bp | Single[][] (ref) | |
| 3 | cp | Single[][] (ref) |
Result: stored in self (calling object)
Overload 56: void DismissIt(ref Single[][] Ap, ref Single[][] bp, ref Single[][] cp, ref Single[][] dp)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Ap | Single[][] (ref) | |
| 2 | bp | Single[][] (ref) | |
| 3 | cp | Single[][] (ref) | |
| 4 | dp | Single[][] (ref) |
Result: stored in self (calling object)