Ruyi SDK
Namespaces
Ruyi.SDK.Online
Matrix Class
Matrix Constructor
Matrix Constructor (Double[][])
Matrix Constructor (Int32, Int32, IEnumerable(IEnumerable(Double)))
Matrix Constructor (Int32, Int32, Double[])
Click or drag to resizeClick or drag to resize

Matrix Constructor (Int32, Int32, IEnumerableIEnumerableDouble)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Matrix class

Namespace:  Ruyi.SDK.Online
Assembly:  SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax
C#
Copy
public Matrix(
	int rows,
	int columns,
	IEnumerable<IEnumerable<double>> columnValues
)

Parameters

rows
Type: SystemInt32

[Missing <param name="rows"/> documentation for "M:Ruyi.SDK.Online.Matrix.#ctor(System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.Double}})"]

columns
Type: SystemInt32

[Missing <param name="columns"/> documentation for "M:Ruyi.SDK.Online.Matrix.#ctor(System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.Double}})"]

columnValues
Type: System.Collections.GenericIEnumerableIEnumerableDouble

[Missing <param name="columnValues"/> documentation for "M:Ruyi.SDK.Online.Matrix.#ctor(System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.Double}})"]

See Also

Reference

Matrix Class
Matrix Overload
Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com