ComplexMatrixCheckSquareMatrix Method |
Check that the Complex matrix is square.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static void CheckSquareMatrix(
Complex[,] a
)
Public Shared Sub CheckSquareMatrix (
a As Complex(,)
)
public:
static void CheckSquareMatrix(
array<Complex,2>^ a
)
static member CheckSquareMatrix :
a : Complex[,] -> unit
Parameters
- a
- Type: Imsl.MathComplex
A Complex matrix.
Exceptions See Also