Show / Hide Table of Contents

Class NDArray<T>

Inheritance
System.Object
NDArray
NDArray<T>
Implements
System.ICloneable
Inherited Members
NDArray.ToString()
NDArray._ToVectorString<T>()
NDArray._ToMatrixString<T>()
NDArray._ParseNumber(Object, Int32, Int32)
NDArray.FromMultiDimArray(Array)
NDArray.ToJaggedArray<T>()
NDArray.ToMuliDimArray<T>()
NDArray.arange(Int32, Int32, Int32)
NDArray.copy(String)
NDArray.eye(Int32, Int32)
NDArray.hstack(NDArray[])
NDArray.linspace(Double, Double, Int32, Boolean)
NDArray.MakeGeneric<T>()
NDArray.ones(Type, Int32[])
NDArray.ones(Int32[])
NDArray.reshape(Shape)
NDArray.reshape(Int32[])
NDArray.FindNegativeIndex(Int32[])
NDArray.CalculateNegativeShape(Int32, IList<Int32>, Int32[])
NDArray.vstack(NDArray[])
NDArray.normalize()
NDArray.unique<T>()
NDArray.dot(NDArray)
NDArray.inv()
NDArray.lstqr(NDArray, Double)
NDArray.matrix_power(Int32)
NDArray.multi_dot(NDArray[])
NDArray.qr()
NDArray.svd()
NDArray.transpose()
NDArray.ravel()
NDArray.delete(IEnumerable)
NDArray.absolute()
NDArray.argmax()
NDArray.argmax<T>()
NDArray.Convolve(NDArray, String)
NDArray.log()
NDArray.max(Nullable<Int32>)
NDArray.min(Nullable<Int32>)
NDArray.min<T>(Nullable<Int32>)
NDArray.power(ValueType)
NDArray.sin()
NDArray.sqrt()
NDArray.sum(NDArray)
NDArray.dtype
NDArray.shape
NDArray.ndim
NDArray.size
NDArray.Storage
NDArray.GetHashCode()
NDArray.Equals(Object)
NDArray.Clone()
NDArray.amax(Nullable<Int32>)
NDArray.amin(Nullable<Int32>)
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 Source

NDArray()

Declaration
public NDArray()
| Improve this Doc View Source

NDArray(IShape)

Declaration
public NDArray(IShape shape)
Parameters
Type Name Description
IShape shape

Properties

| Improve this Doc View Source

Item[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

Extension Methods

NDArrayExtensions.AsMatrix(NDArray)
NDArrayExtensions.ArgMax<T>(NDArray)
NDArrayExtensions.mean(NDArray, Int32)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX