Matrix Constructor (Int32)Bespoke Osc Library
Creates a new instance of Matrix.

Namespace: Bespoke.Common.LinearAlgebra
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub New ( _
	size As Integer _
)

Parameters

size
Type: OnlineSystem Int32
The number of rows and columns for the matrix.
Remarks

Creates a square matrix of size.
See Also