Click or drag to resize

BaseMatrixCheckMatrixDimensions Method

Check if size(this) == size(B)

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected internal void CheckMatrixDimensions(
	BaseMatrix B
)
Request Example View Source

Parameters

B  BaseMatrix
 
See Also