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, Double)

[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,
	params double[] allRowValues
)

Parameters

rows
Type: SystemInt32

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

columns
Type: SystemInt32

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

allRowValues
Type: SystemDouble

[Missing <param name="allRowValues"/> documentation for "M:Ruyi.SDK.Online.Matrix.#ctor(System.Int32,System.Int32,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