Click or drag to resize

ComplexMatrixCheckMatrixDimensions(Matrix) 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
private void CheckMatrixDimensions(
	Matrix B
)
Request Example View Source

Parameters

B  Matrix
 
See Also