Click or drag to resize

MismatchedSizeException(String, DoubleMatrix, DoubleMatrix) Constructor

Constructs a MismatchedSizeException instance with an error message containing the dimensions of the matrices.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MismatchedSizeException(
	string operation,
	DoubleMatrix A,
	DoubleMatrix B
)

Parameters

operation  String

[Missing <param name="operation"/> documentation for "M:CenterSpace.NMath.Core.MismatchedSizeException.#ctor(System.String,CenterSpace.NMath.Core.DoubleMatrix,CenterSpace.NMath.Core.DoubleMatrix)"]

A  DoubleMatrix
The first matrix.
B  DoubleMatrix
The second matrix.
See Also