GeneralMatrix.CheckMatrixDimensions Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.CheckMatrixDimensions Method 

Check if size(A) == size(B) *

[Visual Basic]Private Sub CheckMatrixDimensions( _
   ByVal B As GeneralMatrix _
)
[C#]
private void CheckMatrixDimensions(
   GeneralMatrix B
);

See Also

GeneralMatrix Class | DotNetMatrix Namespace