|
void | Dispose () |
|
| Int64Matrix (global::System.Collections.IEnumerable c) |
|
| Int64Matrix (global::System.Collections.Generic.IEnumerable< Int64Vector > c) |
|
void | CopyTo (Int64Vector[] array) |
|
void | CopyTo (Int64Vector[] array, int arrayIndex) |
|
void | CopyTo (int index, Int64Vector[] array, int arrayIndex, int count) |
|
Int64Vector[] | ToArray () |
|
Int64MatrixEnumerator | GetEnumerator () |
|
| Int64Matrix () |
|
| Int64Matrix (Int64Matrix other) |
|
void | Clear () |
|
void | Add (Int64Vector x) |
|
| Int64Matrix (int capacity) |
|
void | AddRange (Int64Matrix values) |
|
Int64Matrix | GetRange (int index, int count) |
|
void | Insert (int index, Int64Vector x) |
|
void | InsertRange (int index, Int64Matrix values) |
|
void | RemoveAt (int index) |
|
void | RemoveRange (int index, int count) |
|
void | Reverse () |
|
void | Reverse (int index, int count) |
|
void | SetRange (int index, Int64Matrix values) |
|
|
virtual void | Dispose (bool disposing) |
|
Definition at line 15 of file Int64Matrix.cs.
◆ Int64Matrix() [1/5]
Google.OrTools.Algorithms.Int64Matrix.Int64Matrix |
( |
global.System.Collections.IEnumerable | c | ) |
|
|
inline |
◆ Int64Matrix() [2/5]
Google.OrTools.Algorithms.Int64Matrix.Int64Matrix |
( |
global.System.Collections.Generic.IEnumerable< Int64Vector > | c | ) |
|
|
inline |
◆ Int64Matrix() [3/5]
Google.OrTools.Algorithms.Int64Matrix.Int64Matrix |
( |
| ) |
|
|
inline |
◆ Int64Matrix() [4/5]
Google.OrTools.Algorithms.Int64Matrix.Int64Matrix |
( |
Int64Matrix | other | ) |
|
|
inline |
◆ Int64Matrix() [5/5]
Google.OrTools.Algorithms.Int64Matrix.Int64Matrix |
( |
int | capacity | ) |
|
|
inline |
◆ Add()
void Google.OrTools.Algorithms.Int64Matrix.Add |
( |
Int64Vector | x | ) |
|
|
inline |
◆ AddRange()
void Google.OrTools.Algorithms.Int64Matrix.AddRange |
( |
Int64Matrix | values | ) |
|
|
inline |
◆ Clear()
void Google.OrTools.Algorithms.Int64Matrix.Clear |
( |
| ) |
|
|
inline |
◆ CopyTo() [1/3]
void Google.OrTools.Algorithms.Int64Matrix.CopyTo |
( |
int | index, |
|
|
Int64Vector[] | array, |
|
|
int | arrayIndex, |
|
|
int | count ) |
|
inline |
◆ CopyTo() [2/3]
void Google.OrTools.Algorithms.Int64Matrix.CopyTo |
( |
Int64Vector[] | array | ) |
|
|
inline |
◆ CopyTo() [3/3]
void Google.OrTools.Algorithms.Int64Matrix.CopyTo |
( |
Int64Vector[] | array, |
|
|
int | arrayIndex ) |
|
inline |
◆ Dispose() [1/2]
void Google.OrTools.Algorithms.Int64Matrix.Dispose |
( |
| ) |
|
|
inline |
◆ Dispose() [2/2]
virtual void Google.OrTools.Algorithms.Int64Matrix.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ GetEnumerator()
◆ GetRange()
Int64Matrix Google.OrTools.Algorithms.Int64Matrix.GetRange |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ Insert()
void Google.OrTools.Algorithms.Int64Matrix.Insert |
( |
int | index, |
|
|
Int64Vector | x ) |
|
inline |
◆ InsertRange()
void Google.OrTools.Algorithms.Int64Matrix.InsertRange |
( |
int | index, |
|
|
Int64Matrix | values ) |
|
inline |
◆ RemoveAt()
void Google.OrTools.Algorithms.Int64Matrix.RemoveAt |
( |
int | index | ) |
|
|
inline |
◆ RemoveRange()
void Google.OrTools.Algorithms.Int64Matrix.RemoveRange |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ Repeat()
◆ Reverse() [1/2]
void Google.OrTools.Algorithms.Int64Matrix.Reverse |
( |
| ) |
|
|
inline |
◆ Reverse() [2/2]
void Google.OrTools.Algorithms.Int64Matrix.Reverse |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ SetRange()
void Google.OrTools.Algorithms.Int64Matrix.SetRange |
( |
int | index, |
|
|
Int64Matrix | values ) |
|
inline |
◆ ToArray()
Int64Vector[] Google.OrTools.Algorithms.Int64Matrix.ToArray |
( |
| ) |
|
|
inline |
◆ swigCMemOwn
bool Google.OrTools.Algorithms.Int64Matrix.swigCMemOwn |
|
protected |
◆ Capacity
int Google.OrTools.Algorithms.Int64Matrix.Capacity |
|
getset |
◆ Count
int Google.OrTools.Algorithms.Int64Matrix.Count |
|
get |
◆ IsEmpty
bool Google.OrTools.Algorithms.Int64Matrix.IsEmpty |
|
get |
◆ IsFixedSize
bool Google.OrTools.Algorithms.Int64Matrix.IsFixedSize |
|
get |
◆ IsReadOnly
bool Google.OrTools.Algorithms.Int64Matrix.IsReadOnly |
|
get |
◆ IsSynchronized
bool Google.OrTools.Algorithms.Int64Matrix.IsSynchronized |
|
get |
◆ this[int index]
Int64Vector Google.OrTools.Algorithms.Int64Matrix.this[int index] |
|
getset |
The documentation for this class was generated from the following file: