Class NDArray<T>
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NumSharp.Generic
Assembly: NumSharp.Core.dll
Syntax
public class NDArray<T> : NDArray, ICloneable where T : struct
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceNDArray()
Declaration
public NDArray()
NDArray(IShape)
Declaration
public NDArray(IShape shape)
Parameters
Type | Name | Description |
---|---|---|
IShape | shape |
Properties
| Improve this Doc View SourceItem[Int32[]]
indexing of generic - overridden on purpose
Declaration
public T this[params int[] select] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | select |
Property Value
Type | Description |
---|---|
T |
Implements
System.ICloneable