Vector Data Extensions.Write Matrix Market Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 10.6.0
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 10.6.0
Overload List
| Write | |
| Write |
WriteMatrixMarket<T>(Vector<T>, Stream, TextOptions)
public static void WriteMatrixMarket<T>(
this Vector<T> vector,
Stream stream,
TextOptions options = null
)
Parameters
- vector Vector<T>
- stream Stream
- options TextOptions (Optional)
Type Parameters
- T
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Vector<T>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).WriteMatrixMarket<T>(Vector<T>, String, TextOptions)
public static void WriteMatrixMarket<T>(
this Vector<T> vector,
string path,
TextOptions options = null
)
Parameters
- vector Vector<T>
- path String
- options TextOptions (Optional)
Type Parameters
- T