Matrix Zeros Method (Int32)Bespoke Osc Library
Creates a new matrix, setting each element to zero.

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

Public Shared Function Zeros ( _
	size As Integer _
) As Matrix

Parameters

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

Return Value

The newly created matrix.
Remarks

Creates a square matrix of size.
See Also