Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.NestedArrayHelper Class Reference

Static Public Member Functions

static T[] GetFlatArray< T > (T[][] arr)
 
static T[] GetFlatArrayFromMatrix< T > (T[,] arr)
 
static int[] GetArraySecondSize< T > (T[][] arr)
 

Detailed Description

Definition at line 20 of file NestedArrayHelper.cs.

Member Function Documentation

◆ GetArraySecondSize< T >()

static int[] Google.OrTools.NestedArrayHelper.GetArraySecondSize< T > ( T arr[][])
inlinestatic

Definition at line 56 of file NestedArrayHelper.cs.

◆ GetFlatArray< T >()

static T[] Google.OrTools.NestedArrayHelper.GetFlatArray< T > ( T arr[][])
inlinestatic

Definition at line 22 of file NestedArrayHelper.cs.

◆ GetFlatArrayFromMatrix< T >()

static T[] Google.OrTools.NestedArrayHelper.GetFlatArrayFromMatrix< T > ( T arr[,])
inlinestatic

Definition at line 40 of file NestedArrayHelper.cs.


The documentation for this class was generated from the following file: