Vector |
| Name | Description | |
|---|---|---|
| ToInverseROVector(IReadOnlyListDouble) | Wraps a Double[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListInt16) | Wraps a Int16[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListInt32) | Wraps a Int32[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListSByte) | Wraps a SByte[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListSingle) | Wraps a Single[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListDouble, Int32) | Wraps a Double[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListInt16, Int32) | Wraps a Int16[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListInt32, Int32) | Wraps a Int32[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListSByte, Int32) | Wraps a SByte[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
| ToInverseROVector(IReadOnlyListSingle, Int32) | Wraps a Single[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector. |