an abstract model of the numeric matrix object
# namespace Microsoft.VisualBasic.Math.LinearAlgebra.Matrix export class INumericMatrix { }