Class Matrix<TData>
Implements
System.Collections.IEnumerable
System.Collections.IEnumerator
Inherited Members
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 SourceMatrix()
Declaration
public Matrix()
Matrix(String)
Declaration
public Matrix(string matrixString)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | matrixString |
Methods
| Improve this Doc View SourceStringToDoubleMatrix(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 |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
NumSharp.NDArray<TData>.ToString()
Implements
System.Collections.IEnumerable
System.Collections.IEnumerator