MatrixUtil.times Method (Double[,],Double[,])NReco.Recommender Class Library

Namespace: NReco.Math3
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double[,] times(
	double[,] m,
	double[,] other
)

Parameters

m
Type:System.Double[,]
other
Type:System.Double[,]

Return Value

Type:Double[,]
See Also