Show / Hide Table of Contents

Class Matrix<TData>

Inheritance
System.Object
NDArray<TData>
Matrix<TData>
Implements
System.Collections.IEnumerable
System.Collections.IEnumerator
Inherited Members
NDArray<TData>.arange(Int32, Int32, Int32)
NDArray<TData>.linspace(Double, Double, Int32, Boolean)
NDArray<TData>.reshape(Int32[])
NDArray<TData>.dot(NDArray<TData>)
NDArray<TData>.inv()
NDArray<TData>.multi_dot(NDArray<TData>[])
NDArray<TData>.transpose()
NDArray<TData>.log()
NDArray<TData>.power(TData)
NDArray<TData>.Data
NDArray<TData>.Shape
NDArray<TData>.NDim
NDArray<TData>.Size
NDArray<TData>.Set(Shape, TData)
NDArray<TData>.Equals(Object)
NDArray<TData>.GetHashCode()
NDArray<TData>.ToDotNetArray<TCast>()
NDArray<TData>._ToVectorString()
NDArray<TData>._ToMatrixString()
NDArray<TData>._ParseNumber(TData, Int32, Int32)
NDArray<TData>.Current
NDArray<TData>.GetEnumerator()
NDArray<TData>.MoveNext()
NDArray<TData>.Reset()
NDArray<TData>.Item[Int32[]]
NDArray<TData>.Item[Shape]
NDArray<TData>.Item[IList<Int32>]
NDArray<TData>.Item[NDArray<Int32>]
NDArray<TData>.Item[Slice]
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NumSharp
Assembly: NumSharp.dll
Syntax
public class Matrix<TData> : NDArray<TData>, IEnumerable, IEnumerator
Type Parameters
Name Description
TData

Constructors

| Improve this Doc View Source

Matrix()

Declaration
public Matrix()
| Improve this Doc View Source

Matrix(String)

Declaration
public Matrix(string matrixString)
Parameters
Type Name Description
System.String matrixString

Methods

| Improve this Doc View Source

StringToDoubleMatrix(String[][])

Convert a string to Double[,] and store in Data field of Matrix object

Declaration
protected void StringToDoubleMatrix(string[][] matrix)
Parameters
Type Name Description
System.String[][] matrix
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
NumSharp.NDArray<TData>.ToString()

Implements

System.Collections.IEnumerable
System.Collections.IEnumerator

Extension Methods

NDArrayExtensions.HStack<T>(NDArray<T>, NDArray<T>[])
NDArrayExtensions.Sum<TData>(NDArray<TData>, NDArray<TData>)
NDArrayExtensions.Unique<T>(NDArray<T>)
NDArrayExtensions.VStack<T>(NDArray<T>, NDArray<T>[])
  • Improve this Doc
  • View Source
Back to top Generated by DocFX