Matrix Zeros Method (Int32, 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 ( _
	rows As Integer, _
	cols As Integer _
) As Matrix

Return Value

The newly created matrix.
See Also