Matrix Constructor ( Double )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 ( _
	data As Double(,) _
)

Parameters

data
Type:  OnlineSystem Double 
An existing matrix.
See Also